Skip to content

Commit

Permalink
docs: sidebar list some coming soon items
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickPetru committed May 2, 2024
1 parent 9d969c1 commit e736ac7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
21 changes: 20 additions & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,47 @@
- Componentes

- [Accordion](/componentes/accordion)
- [Accordion Group <small>(em breve)</small>](/componentes/accordion-group)
- [Avatar](/componentes/avatar)
- [Background](/componentes/background)
- [Badge](/componentes/badge)
- [Button](/componentes/button)
- [Button Group](/componentes/button-group)
- [Calendar <small>(em breve)</small>](/componentes/calendar)
- [Card](/componentes/card)
- [Checkbox](/componentes/checkbox)
- [Chip](/componentes/chip)
- [Dialog <small>(em breve)</small>](/componentes/dialog)
- [Drawer <small>(em breve)</small>](/componentes/drawer)
- [Dropdown](/componentes/dropdown)
- [Grid View <small>(em breve)</small>](/componentes/grid-view)
- [Icon](/componentes/icon)
- [Icon Button](/componentes/icon-button)
- [Input](/componentes/input)
- [Label](/componentes/label)
- [Link](/componentes/link)
- [List View <small>(em breve)</small>](/componentes/list-view)
- [Logo <small>(em breve)</small>](/componentes/logo)
- [Menu](/componentes/menu)
- [Menu Item](/componentes/menu-item)
- [Menu Label](/componentes/menu-label)
- [Notification](/componentes/notification)
- [Option](/componentes/option)
- [Progress <small>(em breve)</small>](/componentes/progress)
- [Radio](/componentes/radio)
- [Radio Group](/componentes/radio-group)
- [Rating <small>(em breve)</small>](/componentes/rating)
- [Select](/componentes/select)
- [Separator](/componentes/separator)
- [Skeleton](/componentes/skeleton)
- [Slider <small>(em breve)</small>](/componentes/slider)
- [Spinner](/componentes/spinner)
- [Stepper <small>(em breve)</small>](/componentes/stepper)
- [Switch <small>(em breve)</small>](/componentes/switch)
- [Tab Group](/componentes/tab-group)
- [Tab Item](/componentes/tab-item)
- [Tab Panel](/componentes/tab-panel)
- [Table View <small>(em breve)</small>](/componentes/table-view)
- [Textarea](/componentes/textarea)
- [Toggle Button](/componentes/toggle-button)
- [Tooltip](/componentes/tooltip)
Expand All @@ -54,7 +67,13 @@
- Utilitários

- [Flyout](/utilitários/flyout)
- [Format Date <small>(em breve)</small>](/utilitários/format-date)
- [Format Number <small>(em breve)</small>](/utilitários/format-number)
- [Format Relative Time <small>(em breve)</small>](/utilitários/format-relative-time)
- [Include](/utilitários/include)
- [Mutation Observer <small>(em breve)</small>](/utilitários/mutation-observer)
- [Resize Observer <small>(em breve)</small>](/utilitários/resize-observer)
- [Visually Hidden <small>(em breve)</small>](/utilitários/visually-hidden)
- [<code>...</code> <small>(em breve)</small>](/404)

- Variáveis de estilo
Expand All @@ -70,5 +89,5 @@
- Saiba mais

- [Internacionalização <small>(em breve)</small>](/saiba-mais/internacionalização)
- [Contribuindo <small>(em breve)</small>](/saiba-mais/contribuindo)
- [Contribuindo <small>(em breve)</small>](/saiba-mais/contribuindo)
- [Changelog](/saiba-mais/changelog)
5 changes: 5 additions & 0 deletions docs/assets/styles/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@ strong {
font-weight: var(--cps-font-weight-semibold);
}

.sidebar li small {
color: var(--cps-color-text-secondary);
font: var(--cps-font-label);
}

.sidebar ul li ul {
margin: 0 0 1.5rem 0;
padding-left: 0;
Expand Down

0 comments on commit e736ac7

Please sign in to comment.