1.0.2 • Published 2 years ago

influx-ui v1.0.2

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

Influx UI is a Tailwind CSS plugin. To get started, simply install the following:

npm install influx-ui
# Or
yarn add influx-ui

Add to tailwind.config.js

In your tailwind.config.js, add Influx UI within plugins:

// tailwind.config.js

module.exports = {
  // ...
  plugins: [require("influx-ui")]
  //...
};

Import Influx UI CSS

Import the following CSS file into your app:

import "influx-ui/influx-ui.css";

That's it! You're ready to start using Influx UI.

Documentation

Visit the documentation for more demos and information on Influx UI components.

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago