0.1.0 • Published 11 months ago

shadcn-chat-components v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

shadcn-chat

A CLI for adding chat components to your project.

Usage

!NOTE You'll need to have shadcn-ui installed first.

add

Use the add command to add components to your project. The add command adds a component to your project.

To view a list of all avaialbe components run the following command:

npx shadcn-chat-components add

Otherwise, install individual components by running:

npx shadcn-chat-components add [component]

image

The components will be installed in a subdirectory of the components folder: src/components/ui/chat