• Getting Started
  • Components
  • Advanced
  • Home
  • /
  • Getting Started
  • /
  • Installation

To install the library

npm i reactify-ui

Basic Usage

import { Button } from 'reactify-ui';

  export default Page = () => <div>
    <Button>Primary Button</Button>
  </div>
  
Looking for next steps?Check out the components.
Quick LinksGithubTwitter