SafaElmali / react-beauty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌸 React Beauty 🌸

An experimental component library

Inspired by Chakra UI


Bundle Size MIT License NPM NPM Downloads Github Stars

Installation

Soon..

Set up Provider

For React Beauty to work correctly, you need to set up the BeautyProvider at the root of your application.

Go to the root of your application and do this:

import * as React from 'react'

// 1. import `BeautyProvider` component
import { BeautyProvider } from 'react-beauty'

function App({ Component }) {
  // 2. Use at the root of your app
  return (
    <BeautyProvider>
      <Component />
    </BeautyProvider>
  )
}

Now you are ready to start using components 🥳

Storybook

Soon..

Documentation

Soon..

License

react-beauty is MIT licensed.

About


Languages

Language:TypeScript 88.5%Language:HTML 5.3%Language:JavaScript 4.2%Language:CSS 2.1%