From cd374e97413e46c9e8e67c55665014e8d968a323 Mon Sep 17 00:00:00 2001 From: shubhadip Date: Sun, 22 Oct 2023 15:42:52 +0530 Subject: [PATCH] refactor: updated readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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