Carbon is a minimal CSS theme, used as a packaged CSS across my different projects.
Pre-requisite: TailwindCSS v4 must be installed in your project.
- Install the NPM package.
npm install @veivel/carboncss
- Import the CSS in your JS file.
import "@veivel/carboncss/style.css"
- Voila! Carbon should now be taking effect.