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
[IMP] awesome_owl, awesome_dashboard: implement cards with slots and minimize card content using toggle button. create dashboard using layout component.
- Transform the Card component to use a default slot instead of a content prop, include multiple cards with arbitrary content (e.g., Counter), and enforce prop validation for the title.
- Add toggle functionality to the Card component using a boolean state, conditionally render its content with t-if, and include a header button to switch between open and closed states.
- Imported layout component in dashboard and added dashboard.scss to create a basic dasboard view.
0 commit comments