Skip to content

Commit 40dd741

Browse files
Curtis AllanCurtis Allan
authored andcommitted
Experimenting with v0 prompt + llms.txt v0.2
1 parent 7276ac1 commit 40dd741

File tree

2 files changed

+25
-23
lines changed

2 files changed

+25
-23
lines changed

component_list.txt

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,48 +16,48 @@ app, rt = fast_app(pico=False, hdrs=(ShadHead(),))
1616

1717
## Components
1818

19-
- [Alert](https://raw.githubusercontent.com/curtis-allan/shadcn-fasthtml-framework/refs/heads/main/docs/md/alert_template.md): Displays a short, important message in a way that attracts the user's attention.
19+
- [Alert](https://shad4fasthtml.com/docs/alert_template.md): Displays a short, important message in a way that attracts the user's attention.
2020

21-
- [Button](https://raw.githubusercontent.com/curtis-allan/shadcn-fasthtml-framework/refs/heads/main/docs/md/button_template.md): A button that can be used to trigger actions in your app.
21+
- [Button](https://shad4fasthtml.com/docs/button_template.md): A button that can be used to trigger actions in your app.
2222

23-
- [Card](https://raw.githubusercontent.com/curtis-allan/shadcn-fasthtml-framework/refs/heads/main/docs/md/card_template.md): A flexible container that can be used to display content in a variety of ways.
23+
- [Card](https://shad4fasthtml.com/docs/card_template.md): A flexible container that can be used to display content in a variety of ways.
2424

25-
- [Dialog](https://raw.githubusercontent.com/curtis-allan/shadcn-fasthtml-framework/refs/heads/main/docs/md/dialog_template.md): A dialog is a type of modal that appears in front of an app's content to provide critical information or ask for a decision.
25+
- [Dialog](https://shad4fasthtml.com/docs/dialog_template.md): A dialog is a type of modal that appears in front of an app's content to provide critical information or ask for a decision.
2626

27-
- [Input](https://raw.githubusercontent.com/curtis-allan/shadcn-fasthtml-framework/refs/heads/main/docs/md/input_template.md): An input is a component that allows users to enter text into a form.
27+
- [Input](https://shad4fasthtml.com/docs/input_template.md): An input is a component that allows users to enter text into a form.
2828

29-
- [Label](https://raw.githubusercontent.com/curtis-allan/shadcn-fasthtml-framework/refs/heads/main/docs/md/label_template.md): A label is a component that provides a name or title for an input.
29+
- [Label](https://shad4fasthtml.com/docs/label_template.md): A label is a component that provides a name or title for an input.
3030

31-
- [Select](https://raw.githubusercontent.com/curtis-allan/shadcn-fasthtml-framework/refs/heads/main/docs/md/select_template.md): A select is a component that allows users to select an option from a list of options.
31+
- [Select](https://shad4fasthtml.com/docs/select_template.md): A select is a component that allows users to select an option from a list of options.
3232

33-
- [Sheet](https://raw.githubusercontent.com/curtis-allan/shadcn-fasthtml-framework/refs/heads/main/docs/md/sheet_template.md): A sheet is a component that appears from the bottom of the screen and can be used to display content in a variety of ways.
33+
- [Sheet](https://shad4fasthtml.com/docs/sheet_template.md): A sheet is a component that appears from the bottom of the screen and can be used to display content in a variety of ways.
3434

35-
- [AspectRatio](https://raw.githubusercontent.com/curtis-allan/shadcn-fasthtml-framework/refs/heads/main/docs/md/aspect_ratio_template.md): An aspect ratio is a component that ensures a container maintains a specific aspect ratio.
35+
- [AspectRatio](https://shad4fasthtml.com/docs/aspect_ratio_template.md): An aspect ratio is a component that ensures a container maintains a specific aspect ratio.
3636

37-
- [Textarea](https://raw.githubusercontent.com/curtis-allan/shadcn-fasthtml-framework/refs/heads/main/docs/md/textarea_template.md): A textarea is a component that allows users to enter text into a form.
37+
- [Textarea](https://shad4fasthtml.com/docs/textarea_template.md): A textarea is a component that allows users to enter text into a form.
3838

39-
- [Separator](https://raw.githubusercontent.com/curtis-allan/shadcn-fasthtml-framework/refs/heads/main/docs/md/separator_template.md): A separator is a component that separates content in a variety of ways.
39+
- [Separator](https://shad4fasthtml.com/docs/separator_template.md): A separator is a component that separates content in a variety of ways.
4040

41-
- [Switch](https://raw.githubusercontent.com/curtis-allan/shadcn-fasthtml-framework/refs/heads/main/docs/md/switch_template.md): A switch is a component that allows users to toggle a boolean value.
41+
- [Switch](https://shad4fasthtml.com/docs/switch_template.md): A switch is a component that allows users to toggle a boolean value.
4242

43-
- [Slider](https://raw.githubusercontent.com/curtis-allan/shadcn-fasthtml-framework/refs/heads/main/docs/md/slider_template.md): A slider is a component that allows users to select a value from a range of values.
43+
- [Slider](https://shad4fasthtml.com/docs/slider_template.md): A slider is a component that allows users to select a value from a range of values.
4444

45-
- [Table](https://raw.githubusercontent.com/curtis-allan/shadcn-fasthtml-framework/refs/heads/main/docs/md/table_template.md): A table is a component that allows users to display and interact with tabular data.
45+
- [Table](https://shad4fasthtml.com/docs/table_template.md): A table is a component that allows users to display and interact with tabular data.
4646

47-
- [Tabs](https://raw.githubusercontent.com/curtis-allan/shadcn-fasthtml-framework/refs/heads/main/docs/md/tabs_template.md): A tab is a component that allows users to switch between different views or content.
47+
- [Tabs](https://shad4fasthtml.com/docs/tabs_template.md): A tab is a component that allows users to switch between different views or content.
4848

49-
- [Toast](https://raw.githubusercontent.com/curtis-allan/shadcn-fasthtml-framework/refs/heads/main/docs/md/toast_template.md): A toast is a component that displays a short message to the user.
49+
- [Toast](https://shad4fasthtml.com/docs/toast_template.md): A toast is a component that displays a short message to the user.
5050

51-
- [Carousel](https://raw.githubusercontent.com/curtis-allan/shadcn-fasthtml-framework/refs/heads/main/docs/md/carousel_template.md): A carousel is a component that allows users to scroll through a list of items.
51+
- [Carousel](https://shad4fasthtml.com/docs/carousel_template.md): A carousel is a component that allows users to scroll through a list of items.
5252

53-
- [Checkbox](https://raw.githubusercontent.com/curtis-allan/shadcn-fasthtml-framework/refs/heads/main/docs/md/checkbox_template.md): A checkbox is a component that allows users to select one or more options from a list.
53+
- [Checkbox](https://shad4fasthtml.com/docs/checkbox_template.md): A checkbox is a component that allows users to select one or more options from a list.
5454

55-
- [Avatar](https://raw.githubusercontent.com/curtis-allan/shadcn-fasthtml-framework/refs/heads/main/docs/md/avatar_template.md): An avatar is a component that displays a user's profile picture.
55+
- [Avatar](https://shad4fasthtml.com/docs/avatar_template.md): An avatar is a component that displays a user's profile picture.
5656

57-
- [Radio](https://raw.githubusercontent.com/curtis-allan/shadcn-fasthtml-framework/refs/heads/main/docs/md/radio_template.md): A radio is a component that allows users to select one option from a list of options.
57+
- [Radio](https://shad4fasthtml.com/docs/radio_template.md): A radio is a component that allows users to select one option from a list of options.
5858

59-
- [Progress](https://raw.githubusercontent.com/curtis-allan/shadcn-fasthtml-framework/refs/heads/main/docs/md/progress_template.md): A progress is a component that displays the progress of a task.
59+
- [Progress](https://shad4fasthtml.com/docs/progress_template.md): A progress is a component that displays the progress of a task.
6060

61-
- [ScrollArea](https://raw.githubusercontent.com/curtis-allan/shadcn-fasthtml-framework/refs/heads/main/docs/md/scroll_area_template.md): A scroll area is a component that allows users to scroll through content.
61+
- [ScrollArea](https://shad4fasthtml.com/docs/scroll_area_template.md): A scroll area is a component that allows users to scroll through content.
6262

63-
- [Badge](https://raw.githubusercontent.com/curtis-allan/shadcn-fasthtml-framework/refs/heads/main/docs/md/badge_template.md): A badge is a component that displays a small amount of information.
63+
- [Badge](https://shad4fasthtml.com/docs/badge_template.md): A badge is a component that displays a small amount of information.

llms.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Things to remember when using Shad4FastHtml components:
1919
## API
2020

2121
- [Component List](https://shad4fasthtml.com/component_list.txt): A succint list of all current Shad4FastHtml components, with links to their documentation.
22+
- [Tailwind config](https://shad4fasthtml.com/docs/tailwind_setup.md): A detailed explanation of the tailwindcss setup and how to use it.
23+
- [Theme config](https://shad4fasthtml.com/docs/theme_config.md): A detailed explanation of the theme configuration and how to use it.
2224

2325
## Examples
2426

0 commit comments

Comments
 (0)