functional-ui-kit
functional-ui-kit copied to clipboard
Precise Figma & React components. Packed with best practices, unified prop names & consistent design and code.
If you've used [Shadcn](https://ui.shadcn.com/) before, you'd know there is a [CLI interface](https://github.com/shadcn-ui/ui/tree/main/packages/shadcn) that creates [UI components](https://github.com/shadcn-ui/ui/tree/main/apps/www/registry/default/ui) into your current project instead of having the user import them from the `node_modules`...
I'd like to be able to pass in the default HTML props to each component. For example, changing ```ts export interface FuiBadgeProps { // ... } ``` to ```ts export...