Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tanmayvaij/modern-react-ui

CSS ( Component based ) Framework built using tailwind classes. Includes javascript
https://github.com/tanmayvaij/modern-react-ui

css css-framework css3 framework

Last synced: 1 day ago
JSON representation

CSS ( Component based ) Framework built using tailwind classes. Includes javascript

Awesome Lists containing this project

README

        

# Modern React UI
A tailwindcss powered modern react ui components library

## Installation

Install with npm

```bash
npm install modern-react-ui
```
Install with yarn

```bash
yarn add modern-react-ui
```
Install with pnpm

```bash
pnpm add modern-react-ui
```

## Examples

```javascript
import { Clickable } from 'modern-react-ui'

function App() {
return (
{
console.log("hi");
}}
/>)
}
```