Skip to content
This repository was archived by the owner on Apr 5, 2026. It is now read-only.

Commit 3f963aa

Browse files
author
phernandez
committed
docs: add installation docs for components
1 parent 1d81161 commit 3f963aa

31 files changed

Lines changed: 246 additions & 19 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Licensed under the [MIT license](https://github.com/shadcn/ui/blob/main/LICENSE.
106106
- [ ] sonner
107107
- [ ] switch
108108
- [x] table
109-
- [ ] tabs
109+
- [x] tabs
110110
- [x] textarea
111111
- [x] toast
112112
- [ ] toaster

docs/content/components/accordion.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ templates:
1313

1414
<Prose>
1515

16+
## Installation
17+
18+
</Prose>
19+
20+
<Installation name="Accordion" component="accordion"/>
21+
22+
<Prose>
23+
1624
## Usage
1725
</Prose>
1826

docs/content/components/alert.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ templates:
1111

1212
<Prose>
1313

14+
## Installation
15+
16+
</Prose>
17+
18+
<Installation name="Alert" component="alert"/>
19+
20+
<Prose>
21+
1422
## Usage
1523

1624
</Prose>

docs/content/components/alert_dialog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ templates:
2121

2222
<Prose>
2323

24+
## Installation
25+
26+
</Prose>
27+
28+
<Installation name="Alert Dialog" component="alert_dialog"/>
29+
30+
<Prose>
31+
2432
## Usage
2533

2634
</Prose>

docs/content/components/badge.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ examples:
1414

1515
<Prose>
1616

17+
## Installation
18+
19+
</Prose>
20+
21+
<Installation name="Badge" component="badge"/>
22+
23+
<Prose>
24+
1725
## Usage
1826
</Prose>
1927

docs/content/components/button.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ templates:
1010

1111
<Prose>
1212

13+
## Installation
14+
15+
</Prose>
16+
17+
<Installation name="Button" component="button"/>
18+
19+
<Prose>
20+
1321
## Usage
1422
</Prose>
1523

docs/content/components/card.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ templates:
1515

1616
<Prose>
1717

18+
## Installation
19+
20+
</Prose>
21+
22+
<Installation name="Card" component="card"/>
23+
24+
<Prose>
25+
1826
## Usage
1927

2028
</Prose>

docs/content/components/checkbox.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ templates:
1010

1111
<Prose>
1212

13+
## Installation
14+
15+
</Prose>
16+
17+
<Installation name="Checkbox" component="checkbox"/>
18+
19+
<Prose>
20+
1321
## Usage
1422

1523
</Prose>

docs/content/components/dialog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ templates:
1818

1919
<Prose>
2020

21+
## Installation
22+
23+
</Prose>
24+
25+
<Installation name="Dialog" component="dialog"/>
26+
27+
<Prose>
28+
2129
## Usage
2230

2331
</Prose>

docs/content/components/dropdown_menu.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ templates:
2020

2121
<Prose>
2222

23+
## Installation
24+
25+
</Prose>
26+
27+
<Installation name="Dropdown Menu" component="dropdown_menu"/>
28+
29+
<Prose>
30+
2331
## Usage
2432

2533
</Prose>

0 commit comments

Comments
 (0)