Docs
Installation
Installation
How to install the INC Design System in your project.
Instructions
Follow the instructions below to install the INC Design System in your project.
1. Install the package
Install the package using npm.
npm install inc-design-system tailwindcss-animate
2. Add the plugin to your tailwind.config.ts
plugins: [require("inc-design-system"), require("tailwindcss-animate")]
3. Add the package location to the contents in your tailwind.config.ts
content: ["./node_modules/inc-design-system/dist/**/*.{js,ts,jsx,tsx}"]
4. Import the component in your application
import {Alert} from "inc-design-system/alert"