Skip to content

reactizard/plain-ui

Repository files navigation

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

Contributing

If you would like to contribute to this project, please follow the guidelines in CONTRIBUTING.md.

Acknowledgments

Most of the UIs uses Friendly UI kit(A Figma community UI kit) as a blueprint. Gratitude goes to Victor Allegret for this exceptional design system and UI kit that served as a significant inspiration for this project.

License

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