Skip to content

Feature Request: Shadcn-like installation #15

@QAComet

Description

@QAComet

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions