0.0.2 • Published 2 years ago

@ev3/ui v0.0.2

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

Ev3 UI

Vanilla React and Tailwind CSS User Interfaces.

Install

$ npm install @ev3/ui

For Tailwind CSS

In tailwind.config.js add the following configuration

module.exports = {
  content: [
    //...
    './node_modules/@ev3/ui/**/*.{jsx,tsx}',
    '../node_modules/@ev3/ui/**/*.{jsx,tsx}'
    //...
  ],
  //...
}

Documentation Coming Soon

0.0.2

2 years ago

0.0.1

2 years ago