0.1.0 • Published 3 years ago

simple-react-ui-components v0.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

simple-react-ui-components

A Simple and Minimalist React Components Library

NPM JavaScript Style Guide

Install

This library needs the tailwindcss stylesheet to work

npm install --save simple-react-ui-components tailwindcss

Usage

We need to wrap our App into SimpleUIProvider to config some thinigs as the Link component that we're going to use to move around our application.

import { SimpleUIProvider } from 'simple-react-ui-components'
import 'tailwindcss/dist/tailwind.min.css';

export default function App() {
  return (
    <SimpleUIProvider>
      <MyApp />
    </SimpleUIProvider>
  )
}

License

MIT © schorts99