@start-base/start-ui
npm i @start-base/start-uiMake 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-elementsMake 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-managerMake 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";