0.3.0 • Published 4 months ago

@reactizard/plain-ui v0.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

npm bundle size npm Codecov

plain-ui

A simple react tailwind UI component library

This Project is under development

1. Install

npm i @reactizard/plain-ui

2. Usage

import React from 'react';
import { Button } from '@reactizard/plain-ui';

function App() {
  return (
    <Button color="purple" size="sm">
      Button
    </Button>
  )
}

Documentation

SEE FULL DOCS HERE

License

This project is licensed under the terms of the MIT license.

0.3.0

4 months ago

0.1.0

8 months ago

0.2.1

6 months ago

0.2.0

6 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago