Appsilon / shiny.semantic

Shiny support for powerful Fomantic UI library.
http://appsilon.github.io/shiny.semantic
Other
497 stars 96 forks source link

feat: Change the source of assets. #445

Closed jakubnowicki closed 9 months ago

jakubnowicki commented 10 months ago

Closes #446

shiny.semantic no longer uses CDN as the default source of assets. Instead, assets (JS and CSS) come from semantic.assets package. This also enable using themes without network connection.

DoD