New-component: Accordion -> Asking for opinion #547
Replies: 4 comments 1 reply
-
I noticed now that I'm not letting load Markdown content into the "content" property. I'm leaving this comment as a self-note to implement it asap |
Beta Was this translation helpful? Give feedback.
-
Wow, this looks great, thank you @Ajotah98 ! I think it looks better without the double border. Like this Not like this |
Beta Was this translation helpful? Give feedback.
-
About other components, I think one that would be very useful for dashboards is the big_number, that highlights one key figure, and potentially its evolution. Like this from the tabler demo Or like that from evidence.dev |
Beta Was this translation helpful? Give feedback.
-
Another one that I find useful in dahsboards is the "tables with a jauge", that associates a textual element to a numerical value, and represents the magnitude of the numerical value. It looks like multiple bar charts inline in the page. They call it "dimension grid" in evidence: https://docs.evidence.dev/components/dimension-grid/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm working on adapt the (last?) component of Tabler: Accordion:
The actual implementation, renders the accordion correctly and It have the correct functionality of the collapse button:
And this is accordion.handlebars:
I'm opening to ask:
The currently implementation of Tabler is being loaded into a .card>.card-body. Should the accordion be embedded by default into a card or should it be an individual div and let people embed it by themselves?
Edit: Also, if there's any Tabler component that you want to replicate into SQLPage, let me know!
Beta Was this translation helpful? Give feedback.
All reactions