{"id":13706899,"url":"https://github.com/RinteRface/flipCards","last_synced_at":"2025-05-05T23:31:49.198Z","repository":{"id":96638678,"uuid":"192665551","full_name":"RinteRface/flipCards","owner":"RinteRface","description":"Rotating cards with Bootstrap ","archived":false,"fork":false,"pushed_at":"2019-06-21T16:52:27.000Z","size":34,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-29T21:39:34.675Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RinteRface.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-06-19T05:39:21.000Z","updated_at":"2023-03-17T07:22:41.000Z","dependencies_parsed_at":"2024-03-04T00:34:35.064Z","dependency_job_id":"ccfe6345-01d4-4686-9c9c-daa8518c70ad","html_url":"https://github.com/RinteRface/flipCards","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2FflipCards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2FflipCards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2FflipCards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2FflipCards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RinteRface","download_url":"https://codeload.github.com/RinteRface/flipCards/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252593159,"owners_count":21773419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T22:01:11.708Z","updated_at":"2025-05-05T23:31:45.866Z","avatar_url":"https://github.com/RinteRface.png","language":"CSS","funding_links":[],"categories":["CSS"],"sub_categories":[],"readme":"# flipCards\n[![CRAN status](https://www.r-pkg.org/badges/version/flipCards)](https://cran.r-project.org/package=flipCards)\n[![Travis build status](https://travis-ci.org/RinteRface/flipCards.svg?branch=master)](https://travis-ci.org/RinteRface/flipCards)\n[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/RinteRface/flipCards?branch=master\u0026svg=true)](https://ci.appveyor.com/project/RinteRface/flipCards)\n\n\u003e Rotating cards with Bootstrap \n\n\n## Demonstration\n\n```r\nlibrary(shiny)\nlibrary(flipCards)\n \n shinyApp(\n  ui = fluidPage(\n    flipCard(\n      front = tagList(\n        numericInput(\"n\", \"n\", 1),\n        plotOutput(\"plot\")\n      ),\n      flip_cover = flipCover(\"https://image.flaticon.com/icons/svg/186/186236.svg\"),\n      flip_user = flipUser(\"https://image.flaticon.com/icons/svg/145/145867.svg\"),\n      front_footer = \"I am the front footer\",\n      back = tagList(\n        checkboxGroupInput(\n          inline = TRUE,\n          \"variable\",\n          \"Variables to show:\",\n          c(\"Cylinders\" = \"cyl\",\n            \"Transmission\" = \"am\",\n            \"Gears\" = \"gear\")\n        ),\n        tableOutput(\"data\")\n      ),\n      back_footer = \"This is the back footer\"\n    )\n  ),\n  server = function(input, output) {\n    output$plot \u003c- renderPlot( plot(head(cars, input$n)) )\n    output$data \u003c- renderTable({\n      mtcars[, c(\"mpg\", input$variable), drop = FALSE]\n    }, rownames = TRUE)\n  }\n )\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRinteRface%2FflipCards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRinteRface%2FflipCards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRinteRface%2FflipCards/lists"}