Skip to content

Commit

Permalink
Merge pull request #14 from hdlion/hdlion-patch-10
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
opensrc0 authored Dec 6, 2023
2 parents f62d38d + 7c2f5a5 commit 2f0f126
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Getting Started
<br>
# fe-theme

#### A react component based library for web/mobile designed and created for large scale application using styled-components

# Installation

npm install fe-theme --save

# Setup

### 1. Importing UI component and using in your application
### 1. Importing UI component in your application
```js
import Button from 'fe-theme/Button';
```
Expand Down

0 comments on commit 2f0f126

Please sign in to comment.