Skip to content

Commit

Permalink
Merge branch 'main' into feat/add-first-and-last-to-pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn authored Dec 26, 2023
2 parents 7bc80cd + f60945c commit 0a40003
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/content/docs/components/drawer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ import {
DrawerClose,
DrawerContent,
DrawerDescription,
DrawerFooter,
DrawerHeader,
DrawerTitle,
DrawerTrigger,
DrawerFooter,
} from "@/components/ui/drawer"
```

Expand Down
3 changes: 3 additions & 0 deletions apps/www/public/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
},
"cssVariables": {
"type": "boolean"
},
"prefix": {
"type": "string"
}
},
"required": ["config", "css", "baseColor", "cssVariables"]
Expand Down

0 comments on commit 0a40003

Please sign in to comment.