Skip to content

Commit

Permalink
chore(docs): update content with Pull request comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Gaudin committed Jul 15, 2024
1 parent abffe68 commit ccba3b8
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions apps/docs/content/components/collections/Listbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ links:
TODO: links to related concepts
</FeatureFlag>

### Composed Components

- [Divider](./Divider)
- [ListBoxItem](./ListBoxItem)

#### Header

Expand All @@ -50,6 +46,22 @@ The Header component represents a `header` within a Hopper container.

The Section component represents a `section` within a Hopper container.

### Composed Components

#### ListBox

- [Header](./Listbox#header)
- [Section](./Listbox#section)
- [Divider](./Divider)
- [ListBoxItem](./Listbox#listboxitem)


#### ListBoxItem

- [Text](./Text)
- [Icon](./Icon)
- [Badge](./Badge)

## Examples

### Empty state
Expand Down

0 comments on commit ccba3b8

Please sign in to comment.