Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Feb 24, 2025
1 parent a8f5da7 commit 7d0e118
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/content/3.components/tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ props:
---
::

### Color
### Multiple

Use the `color` prop to change the color of the Tree.
Use the `multiple` prop to allow multiple item selections.

::component-code
---
Expand All @@ -81,7 +81,7 @@ ignore:
external:
- items
props:
color: neutral
multiple: true
items:
- label: 'app/'
defaultExpanded: true
Expand All @@ -107,9 +107,9 @@ props:
---
::

### Size
### Color

Use the `size` prop to change the size of the Tree.
Use the `color` prop to change the color of the Tree.

::component-code
---
Expand All @@ -121,7 +121,7 @@ ignore:
external:
- items
props:
size: xl
color: neutral
items:
- label: 'app/'
defaultExpanded: true
Expand All @@ -147,9 +147,9 @@ props:
---
::

### Multiple
### Size

Use the `multiple` prop to allow multiple item selections.
Use the `size` prop to change the size of the Tree.

::component-code
---
Expand All @@ -161,7 +161,7 @@ ignore:
external:
- items
props:
multiple: true
size: xl
items:
- label: 'app/'
defaultExpanded: true
Expand Down

0 comments on commit 7d0e118

Please sign in to comment.