@op-ent/unstyled-ui-theme
@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