New-component: Accordion -> Asking for opinion #547
a-gonzalo
started this conversation in
Show and tell
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 |
0 replies
|
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 |
0 replies
|
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/ |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment





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!
All reactions