File tree Expand file tree Collapse file tree 7 files changed +15
-4
lines changed Expand file tree Collapse file tree 7 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ export default component$(
88
88
< nav class = "hidden sm:flex gap-4" >
89
89
< a href = "/about" > About</ a >
90
90
< a href = "/docs/headless/introduction" > Headless Kit</ a >
91
- < a href = "/docs/tailwind/introduction" > Tailwind Kit</ a >
91
+ { /* <a href="/docs/tailwind/introduction">Tailwind Kit</a> */ }
92
92
< a href = "https://discord.gg/PVWUUejrez" target = "_blank" >
93
93
Community
94
94
</ a >
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ import { MainExample, Example1 } from './examples';
7
7
import { CodeExample } from ' ../../../../../components/code-example/code-example' ;
8
8
import { KeyboardInteractionTable } from ' ../../../../../components/keyboard-interaction-table/keyboard-interaction-table' ;
9
9
import { APITable } from ' ../../../../../components/api-table/api-table' ;
10
+ import { AlphaBanner } from ' ../../../../../components/alpha-banner/alpha-banner' ;
11
+
12
+ <AlphaBanner />
10
13
11
14
# Popover
12
15
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ import { Example01, Example02 } from './examples';
6
6
import { CodeExample } from ' ../../../../../components/code-example/code-example' ;
7
7
import { KeyboardInteractionTable } from ' ../../../../../components/keyboard-interaction-table/keyboard-interaction-table' ;
8
8
import { APITable } from ' ../../../../../components/api-table/api-table' ;
9
+ import { AlphaBanner } from ' ../../../../../components/alpha-banner/alpha-banner' ;
10
+
11
+ <AlphaBanner />
9
12
10
13
# Select
11
14
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ import { Example01 } from './examples';
6
6
import { CodeExample } from ' ../../../../../components/code-example/code-example' ;
7
7
import { KeyboardInteractionTable } from ' ../../../../../components/keyboard-interaction-table/keyboard-interaction-table' ;
8
8
import { APITable } from ' ../../../../../components/api-table/api-table' ;
9
+ import { AlphaBanner } from ' ../../../../../components/alpha-banner/alpha-banner' ;
10
+
11
+ <AlphaBanner />
9
12
10
13
# Toggle
11
14
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ import { MainExample, Example1 } from './examples';
7
7
import { CodeExample } from ' ../../../../../components/code-example/code-example' ;
8
8
import { KeyboardInteractionTable } from ' ../../../../../components/keyboard-interaction-table/keyboard-interaction-table' ;
9
9
import { APITable } from ' ../../../../../components/api-table/api-table' ;
10
+ import { AlphaBanner } from ' ../../../../../components/alpha-banner/alpha-banner' ;
11
+
12
+ <AlphaBanner />
10
13
11
14
# Tooltip
12
15
Original file line number Diff line number Diff line change 10
10
11
11
- [ Accordion] ( /docs/headless/accordion )
12
12
- [ Autocomplete] ( /docs/headless/autocomplete )
13
- - [ Carousel] ( /docs/headless/carousel )
14
13
- [ Popover] ( /docs/headless/popover )
15
14
- [ Select] ( /docs/headless/select )
16
15
- [ Tabs] ( /docs/headless/tabs )
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ export default component$(() => {
24
24
Accessibility built-in and unstyled for your bespoke designs and
25
25
custom needs.
26
26
</ KitSelectionCTA >
27
- < KitSelectionCTA kit = "tailwind" >
27
+ { /* <KitSelectionCTA kit="tailwind">
28
28
Built on top of the Headless kit, ready-to-use components coated with
29
29
a dash of Tailwind.
30
- </ KitSelectionCTA >
30
+ </KitSelectionCTA> */ }
31
31
</ div >
32
32
</ div >
33
33
) ;
You can’t perform that action at this time.
0 commit comments