0.0.2 • Published 12 months ago

@ev3/ui v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months 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

12 months ago

0.0.1

12 months ago