0.0.31 • Published 7 months ago

carbon-fiber v0.0.31

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Carbon Fiber

pnpm

Component library inspired by IBM Carbon Design System

Quick start

Install it:

npm i carbon-fiber
# or
yarn add carbon-fiber
# or
pnpm add carbon-fiber

Tailwind Setup

To use the Carbon Fiber color palette in your project, add the plugin to your tailwind.config.js:

module.exports = {
  content: [
    // Rest of your content
    // ...
    "./node_modules/carbon-fiber/dist/**/*.{js,ts,jsx,tsx}"
  ],
  theme: {
    extend: {
      colors: {
        "background": "#111111",
        "text": "#eeeeee",
        "primary": "#0e0e0e",
        "secondary": "#191919"
      }
    }
  }
}

Use it:

import { Button } from 'carbon-fiber'
0.0.31

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago

0.0.0

7 months ago