0.0.11 • Published 2 years ago

@ioby-product/ioby-design v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ioby design

This repo contains design assets to be reused across ioby projects. The following components are included:

  • Tailwind CSS preset for ioby styles
  • (Coming soon) Tailwind UI components with ioby styles

Tailwind CSS preset

This is a Tailwind CSS preset that can be imported into any project. Add it to your project with:

yarn add @ioby-product/ioby-design --save-dev

Use it by including it in your project's tailwind.config.js :

module.exports = {
  presets: [
    require('@ioby-product/ioby-design/tailwind-preset')
  ],
  purge: [],
}

Don't forget to configure the purge settings to match the templates for your project.

0.0.10

2 years ago

0.0.11

2 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.1

3 years ago