2.0.0 • Published 2 years ago

@web-uni/unis v2.0.0

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

🦄 unis

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 install @web-uni/unis

Using yarn:

yarn add @web-uni/unis

Configuration

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

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

Usage

import { Button } from '@web-uni/unis';

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

Requirements

  • The unis library is ESM.

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

  • The unis library requires ReactJS version 16 or higher.

  • The unis library requires TailwindCSS version 3 or higher.

Documentation

Check out the documentation website.

License

MIT

1.2.0

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

2.0.0

2 years ago

0.5.1

2 years ago

0.1.2

3 years ago

0.1.1

3 years ago