Bigalan09 / Elements

A web component library built using StencilJS.
MIT License
1 stars 0 forks source link

Component - Sidebar Nav #2

Open Bigalan09 opened 2 years ago

Bigalan09 commented 2 years ago

The sidebar navigation is the main navigation. It helps users quickly find content within an area of the website. Consists of multiple children (el-sidebar-nav-item).

<el-sidebar-nav header="Elements">
  <el-sidebar-nav-item>
    ...
  </el-sidebar-nav-item>
</el-sidebar-nav>