From dff1491fe90dedc1b09b3c27087a29d293dd1bae Mon Sep 17 00:00:00 2001 From: Paul Murray Date: Fri, 9 Feb 2024 16:57:19 -0500 Subject: [PATCH] add readme about shadcn --- flatfront/src/components/ui/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 flatfront/src/components/ui/README.md diff --git a/flatfront/src/components/ui/README.md b/flatfront/src/components/ui/README.md new file mode 100644 index 0000000..30cf412 --- /dev/null +++ b/flatfront/src/components/ui/README.md @@ -0,0 +1,4 @@ +# shadcn Components + +The components in this directory come from [shadcn/ui](https://ui.shadcn.com/), +which uses a command line tool to generate the component files.