diff --git a/README.md b/README.md index 362d999..dee6a7b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ npm run storybook ### Build Library ``` -yarn build +npm run build ``` ### Run Playwright Tests @@ -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' -``` +... + +... -## Usage Of Components +## Usage Of Utilities & Types -import { Component } from 'react-vite-component-library'; ... - +import { ButtonThemes } from 'react-vite-component-library' ... ## Usage Of Exported tailwind-base.config.js