@socian/socian-auth-client-react
v1.0.0
Published
I wasn't able to find a suitable repository that satisfied the following: * Minimum configuration (for flexibility) * Latest versions of Tailwind, Webpack Plugins * Storybook integration * Typescript support
Downloads
1
Readme
Motive
I wasn't able to find a suitable repository that satisfied the following:
- Minimum configuration (for flexibility)
- Latest versions of Tailwind, Webpack Plugins
- Storybook integration
- Typescript support
Built With
Getting Started
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
Installation
- Clone the repo
git clone https://github.com/kokiebisu/component-library-tailwind-starter.git
- Install NPM packages
yarn
Usage
Import the library into your project
yarn add component-library-tailwind-starter
Try importing the Button component
import { Button } from 'component-library-tailwind-starter';