Skip to content

synerghetic/synerg-ui-react

Repository files navigation

Synerg-ui-react

Some useful pre-styled components to create a tons of websites.

⚡ Install it

npm i -s @synerghetic/synerg-ui-react
OR
yarn add @synerghetic/synerg-ui-react

🔥 How to use it ?

Import the css file in your index.(js|ts) file :

import '@synerghetic/synerg-ui-react/dist/index.css'

Then, import the needed components :

import {Button, Input, ...} from '@synerghetic/synerg-ui-react'

🗃️ Component list

Too lazy to make it, so check out the storybook