Spaces:
Running
Running
import * as Avatar from "./avatar"; | |
import * as Button from "./button"; | |
import * as Card from "./card"; | |
// import * as Checkbox from "./checkbox"; | |
import * as Input from "./input"; | |
import * as Label from "./label"; | |
import * as RadioGroup from "./radio-group"; | |
import * as Select from "./select"; | |
import * as Textarea from "./textarea"; | |
const shadcnDocs = [ | |
Avatar, | |
Button, | |
Card, | |
// Checkbox, | |
Input, | |
Label, | |
RadioGroup, | |
Select, | |
Textarea, | |
]; | |
export default shadcnDocs; | |