You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to lay out a set of cards as follows...
tablerDashBody(
tablerCard(title = "Title", width = 6, status = "red"),
tablerCard(title = "Certificate", width = 3, status = "orange"),
tablerCard(title = "Year", width = 3, status = "yellow")
)
The cards render one above the other, instead of side by side. Am I missing something please?
Thanks,
James
The text was updated successfully, but these errors were encountered:
Hi David,
I am trying to lay out a set of cards as follows...
tablerDashBody(
tablerCard(title = "Title", width = 6, status = "red"),
tablerCard(title = "Certificate", width = 3, status = "orange"),
tablerCard(title = "Year", width = 3, status = "yellow")
)
The cards render one above the other, instead of side by side. Am I missing something please?
Thanks,
James
The text was updated successfully, but these errors were encountered: