Skip to content

Commit

Permalink
refactor: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhadip committed Oct 22, 2023
1 parent 3e986a6 commit cd374e9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ npm run storybook
### Build Library

```
yarn build
npm run build
```

### Run Playwright Tests
Expand All @@ -42,18 +42,18 @@ yarn build
npm run test
```

## Import css
## Usage Of Components

```
@import "node_modules/react-vite-component-library/dist/index.css";
import { AppButton } from 'react-vite-component-library/appbutton'

```
...
<Component />
...

## Usage Of Components
## Usage Of Utilities & Types

import { Component } from 'react-vite-component-library';
...
<Component />
import { ButtonThemes } from 'react-vite-component-library'
...

## Usage Of Exported tailwind-base.config.js
Expand Down

0 comments on commit cd374e9

Please sign in to comment.