From fde7ac95a26769c2c45415352977d4aaf53cbf41 Mon Sep 17 00:00:00 2001 From: zbeyens Date: Mon, 2 Sep 2024 12:55:38 +0200 Subject: [PATCH] doc --- .ai/shadcn-ui.md | 54 ++++++++++++++++++++++++++++++++++++++++++++++++ CONTRIBUTING.md | 2 +- 2 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 .ai/shadcn-ui.md diff --git a/.ai/shadcn-ui.md b/.ai/shadcn-ui.md new file mode 100644 index 0000000000..0e8ed8a9b4 --- /dev/null +++ b/.ai/shadcn-ui.md @@ -0,0 +1,54 @@ +npx shadcn-ui@latest add + +Install any components needed to build the requested feature: +(critical: you can only choose components from the list below) + +accordion +alert +alert-dialog +aspect-ratio +avatar +badge +breadcrumb +button +calendar +card +carousel +chart +checkbox +collapsible +combobox +command +context-menu +data-table +date-picker +dialog +drawer +dropdown-menu +form +hover-card +input +input-otp +label +menubar +navigation-menu +pagination +popover +progress +radio-group +resizable +scroll-area +select +separator +sheet +skeleton +slider +sonner +switch +table +tabs +textarea +toast +toggle +toggle-group +tooltip diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b4c5f0dbb2..34d6205323 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -181,7 +181,7 @@ No software is without bugs. If you encounter a problem, please follow these ste ### Reproductions -The best way to help us understand and fix your issue is to provide a minimal reproduction of the problem. You can do this using **[our CodeSandbox](https://codesandbox.io/s/github/udecode/plate-playground)**. +The best way to help us understand and fix your issue is to provide a minimal reproduction of the problem. You can do this using **[our CodeSandbox](https://codesandbox.io/p/devbox/dgfyh7)**. ### Responding to questions