Documentation
Getting Started
Installation

@start-base/start-ui

npm i @start-base/start-ui

Make sure to add css file to your app root file

To use the React form elements styles in a Next.js project, import the styles in your layout.tsx file.

app/layout.tsx
import "@start-base/start-ui/styles.css";

@start-base/react-form-elements

npm i @start-base/react-form-elements

Make sure to add css file to your app root file

To use the React form elements styles in a Next.js project, import the styles in your layout.tsx file.

app/layout.tsx
import "@start-base/react-form-elements/styles.css";

@start-base/react-modal

npm i @start-base/react-modal

@start-base/react-consent-manager

npm i @start-base/react-consent-manager

Make sure to add css file to your app root file

To use the React form elements styles in a Next.js project, import the styles in your layout.tsx file.

app/layout.tsx
import "@start-base/react-consent-manager/styles.css";