0.0.2-0 • Published 3 years ago

@op-ent/unstyled-ui-theme v0.0.2-0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@op-ent/unstyled-ui-theme

npm version npm downloads Github Actions bundle Codecov MIT License

@op-ent/unstyled-ui-theme is the official theme of op-ent, to use with unstyled-ui and Tailwind CSS.

Usage

Install package:

# npm
npm install @op-ent/unstyled-ui-theme

# yarn
yarn install @op-ent/unstyled-ui-theme

# pnpm
pnpm install @op-ent/unstyled-ui-theme

Import:

// ESM
import { sum } from '@op-ent/unstyled-ui-theme'

// CommonJS
const { sum } = require('@op-ent/unstyled-ui-theme')

💻 Development

  • Clone this repository
  • Install dependencies using yarn install
  • Watch files in development using yarn dev
  • Run interactive tests using yarn test

License

Published under MIT License.


Made with ❤️ by Florian LEFEBVRE in France.