CLI
fring add
Adds Fring packages to an existing project.
Usage
fring add <package>Choose the package you want to add. Fring installs any required dependencies and generates the necessary files.
Available Packages
| Package | Status | Description |
|---|---|---|
| table | Available | Data table powered by TanStack Table. |
| form | Coming Soon | Reusable form components. |
| chart | Coming Soon | Charts and visualizations. |
| upload | Coming Soon | File upload components. |
Example
fring add tableThis command installs the required dependencies, copies the Fring Table components into your project, and generates an example page.
Requirements
- Run the command inside a Next.js project.
- Shadcn UI will be initialized if it isn't already.
- Existing Fring packages are detected before generation.