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
As a user, I want to be able to see which page (Home, Dashboard, Blog) is being displayed. When I click on the collapse button, the Sidebar should have an animated exit. The top of the sidebar should have the Blueprint logo. On the bottom of the sidebar, I should see information on my profile.
Notes on implementation
ChakraUI provides built-in icons, which you can use. For now, the sidebar should have no functionality besides the collapse button. Make your own sidebar component and include it in App.tsx.
Description
Create a Sidebar that includes the following:
As a user, I want to be able to see which page (Home, Dashboard, Blog) is being displayed. When I click on the collapse button, the Sidebar should have an animated exit. The top of the sidebar should have the Blueprint logo. On the bottom of the sidebar, I should see information on my profile.
Notes on implementation
ChakraUI provides built-in icons, which you can use. For now, the sidebar should have no functionality besides the collapse button. Make your own sidebar component and include it in
App.tsx
.Example
https://dribbble.com/shots/19408052-Data-Table-Dashboard-Design/attachments/14546111?mode=media
The text was updated successfully, but these errors were encountered: