nextpy
nextpy copied to clipboard
Adding Sidebar
Components -> xt.sidebar() - Parent element for the sidebar. Takes a prop "top", which can be the height of navbar or whatever needs to be rendered above it. xt.sidebar_item - It takes title and href and class_name for styling.
Summary by CodeRabbit
-
New Features
- Introduced
Sidebar
andSidebarItem
components for creating a sticky sidebar layout in web interfaces, with customizable properties such as width, top position, and styling options.
- Introduced