Giter Site home page Giter Site logo

Comments (3)

filipstachura avatar filipstachura commented on May 21, 2024

Hi @markusdumke !

Thank you for using shiny.semantic 👍

The package itself does not play well with bootstrap which is default for shinydashboard.

Short term solution: override bootstrap CSS classes with style="min-height: 0px;":

div(class = "ui card", div(class = "content", style="min-height: 0px;", div(class = "right floated meta", "14h"), 
                                          img(class = "ui avatar image", src = "http://semantic-ui.com/images/avatar/large/elliot.jpg"), 
                                          "Elliot"), div(class = "image", img(src = "http://semantic-ui.com/images/wireframe/image.png")), 
                   div(class = "content", style="min-height: 0px;", span(class = "right floated", uiicon("heart outline like"), 
                     "17 likes"), uiicon("comment"), "3 comments"), div(class = "extra content", style="min-height: 0px;",
                              div(class = "ui large transparent left icon input", uiicon("heart ouline"), 
                                  tags$input(type = "text", placeholder = "Add Comment...")))))

Long term solution: We are working on one line replacement for shinydashboard based on semantic here: https://github.com/Appsilon/semantic.dashboard This is still WIP but we are actively working on this with all standard components already ported to our package (e.g. tabPanel, infoBox, etc.).

Hope this helps!

from shiny.semantic.

filipstachura avatar filipstachura commented on May 21, 2024

Please re-open if anything is unclear. We are going to post update here on beta release of https://github.com/Appsilon/semantic.dashboard.

from shiny.semantic.

dokato avatar dokato commented on May 21, 2024

Hi @markusdumke , this is just to let you know that first version of semantic.dashboard was published recently and is available on CRAN: https://cran.r-project.org/web/packages/semantic.dashboard/index.html

from shiny.semantic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.