shiny.semantic icon indicating copy to clipboard operation
shiny.semantic copied to clipboard

Shiny support for powerful Fomantic UI library.

Results 57 shiny.semantic issues
Sort by recently updated
recently updated
newest added

This changes the help documentation to use roxygen markdown, since this is in general easier to write and maintain. In addition, moves documentation examples into inst/examples/___.R - this makes it...

The slider is not supported by Semantic themes and we should migrate to Fomantic themes to be able to support this component. After this is implemented theme selector should be...

enhancement
help wanted

Hopefully, that would solve some issues, eg. with #311

enhancement

Currently is not possible to create html report using rmarkdown with self.contain option. It it not possible for pandoc to process semantic.css In the current state. Currently, we are using...

enhancement

This one is very easy. The more abstract the better. Please before implementation go through: https://semantic-ui.com/collections/message.html Below simple implementation from our current app: ``` render_warning

Create our own showcase mode working with semantic css. ====== OLD VERSION OF THE TASK Currently when running apps in showcase mode, one gets sth like this: ```r runApp("examples/calendar/", display.mode...

help wanted

Currently we use single page layout for components documentation. It would be great to use router and have separate page for buttons and icons, etc. This way it would look...

enhancement
help wanted

Use the new package from Barret Schloerke. https://github.com/schloerke/shinyjster

enhancement
easy to start

Hi, team! I want to include some cards I've built using _shiny.semantic_ into a _flexdashboard_ that I'm building with a shiny runtime. Here is my code that works and I...