3.0.1 • Published 2 years ago

unis-ui v3.0.1

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

🦄 unis-ui

UI components built with ReactJS and Tailwind CSS.

version build workflow codecov MIT license semantic-release: angular

What it is

This is ReactJS components with TailwindCSS classes.

Getting started

Installation

Using npm:

npm i unis-ui

Using yarn:

yarn add unis-ui

Configuration

Add the path to unis-ui files in your tailwind.config.js file.

// tailwind.config.js
...
content: [
  ...
  './node_modules/unis-ui/lib/**/*.{js,jsx,ts,tsx}'
]

Usage

import { Button } from 'unis-ui';

const App = () => {
  return <Button>Share on Telegram</Button>;
};

Requirements

  • The unis-ui library is ESM.

  • The unis-ui library requires Node.js version 14 or higher.

  • The unis-ui library requires ReactJS version 16 or higher.

  • The unis-ui library requires TailwindCSS version 3 or higher.

License

MIT

3.0.1

2 years ago

3.0.0

2 years ago