mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-02 17:08:39 +00:00
feat: update schema
This commit is contained in:
@@ -250,6 +250,10 @@
|
||||
"selector": {
|
||||
"type": "string",
|
||||
"description": "CSS selector to apply the font utility class to (e.g., 'h1, h2, h3'). Defaults to 'html'."
|
||||
},
|
||||
"dependency": {
|
||||
"type": "string",
|
||||
"description": "The npm package to install for the font in non-Next.js projects (e.g., '@fontsource-variable/inter', '@fontsource/lato')."
|
||||
}
|
||||
},
|
||||
"required": ["family", "provider", "import", "variable"]
|
||||
|
||||
Reference in New Issue
Block a user