Replies: 1 comment
-
@occoder Currently it's not possible to include stats cards inside a form_card (or in general, include one card inside another). This will be addressed by #147. Related: a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to group stat cards into form and tried to implement it using
the_form = ui.form_card(box='1 1 4 -1', items=[ui.small_stat_card(title='demo', value='1000')])
But it turned out reflecting message like
This component could not be rendered.
So the question is what is the appropriate way to make group of stat cards?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions