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$(
8888 < nav class = "hidden sm:flex gap-4" >
8989 < a href = "/about" > About</ a >
9090 < 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> */ }
9292 < a href = "https://discord.gg/PVWUUejrez" target = "_blank" >
9393 Community
9494 </ a >
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ import { MainExample, Example1 } from './examples';
77import { CodeExample } from ' ../../../../../components/code-example/code-example' ;
88import { KeyboardInteractionTable } from ' ../../../../../components/keyboard-interaction-table/keyboard-interaction-table' ;
99import { APITable } from ' ../../../../../components/api-table/api-table' ;
10+ import { AlphaBanner } from ' ../../../../../components/alpha-banner/alpha-banner' ;
11+
12+ <AlphaBanner />
1013
1114# Popover
1215
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ import { Example01, Example02 } from './examples';
66import { CodeExample } from ' ../../../../../components/code-example/code-example' ;
77import { KeyboardInteractionTable } from ' ../../../../../components/keyboard-interaction-table/keyboard-interaction-table' ;
88import { APITable } from ' ../../../../../components/api-table/api-table' ;
9+ import { AlphaBanner } from ' ../../../../../components/alpha-banner/alpha-banner' ;
10+
11+ <AlphaBanner />
912
1013# Select
1114
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ import { Example01 } from './examples';
66import { CodeExample } from ' ../../../../../components/code-example/code-example' ;
77import { KeyboardInteractionTable } from ' ../../../../../components/keyboard-interaction-table/keyboard-interaction-table' ;
88import { APITable } from ' ../../../../../components/api-table/api-table' ;
9+ import { AlphaBanner } from ' ../../../../../components/alpha-banner/alpha-banner' ;
10+
11+ <AlphaBanner />
912
1013# Toggle
1114
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ import { MainExample, Example1 } from './examples';
77import { CodeExample } from ' ../../../../../components/code-example/code-example' ;
88import { KeyboardInteractionTable } from ' ../../../../../components/keyboard-interaction-table/keyboard-interaction-table' ;
99import { APITable } from ' ../../../../../components/api-table/api-table' ;
10+ import { AlphaBanner } from ' ../../../../../components/alpha-banner/alpha-banner' ;
11+
12+ <AlphaBanner />
1013
1114# Tooltip
1215
Original file line number Diff line number Diff line change 1010
1111- [ Accordion] ( /docs/headless/accordion )
1212- [ Autocomplete] ( /docs/headless/autocomplete )
13- - [ Carousel] ( /docs/headless/carousel )
1413- [ Popover] ( /docs/headless/popover )
1514- [ Select] ( /docs/headless/select )
1615- [ Tabs] ( /docs/headless/tabs )
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ export default component$(() => {
2424 Accessibility built-in and unstyled for your bespoke designs and
2525 custom needs.
2626 </ KitSelectionCTA >
27- < KitSelectionCTA kit = "tailwind" >
27+ { /* <KitSelectionCTA kit="tailwind">
2828 Built on top of the Headless kit, ready-to-use components coated with
2929 a dash of Tailwind.
30- </ KitSelectionCTA >
30+ </KitSelectionCTA> */ }
3131 </ div >
3232 </ div >
3333 ) ;
You can’t perform that action at this time.
0 commit comments