From 4cb30f1e26997964d80925006936f9ec17fe5b5f Mon Sep 17 00:00:00 2001 From: Himanshu Gupta Date: Wed, 6 Dec 2023 17:55:02 +0530 Subject: [PATCH] Update README.md --- README.md | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 61 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 43f9682..f51acdb 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,79 @@ # Getting Started
- npm install fe-theme + npm install fe-theme --save + +# Setup + +## 1. Importing UI component and using in your application +```js +import Button from 'fe-theme/Button'; +``` + +```js +