Some useful pre-styled components to create a tons of websites.
npm i -s @synerghetic/synerg-ui-react
OR
yarn add @synerghetic/synerg-ui-react
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'
Too lazy to make it, so check out the storybook