-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
If you've used Shadcn before, you'd know there is a CLI interface that creates UI components into your current project instead of having the user import them from the node_modules
folder. What this looks like in practice would be:
// so you'd have
import { FuiButton } from '@/components/fui/button';
// instead of
import { FuiButton } from 'functional-ui-kit/fui-button';
This has the advantage that any customization the developer would want, such as a missing feature/prop/whatever, they can easily customize the component they want to change. If I want to customize any functional-ui component, this is a bit of a tedious process since there are many files I would have to copy over to my project.
Metadata
Metadata
Assignees
Labels
No labels