Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Commit 4af49fc

Browse files
committed
updated readme
1 parent 71f4fac commit 4af49fc

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
![Buttons](http://i.imgur.com/aZNhgFp.png)
3535

3636
```
37+
import Button from 'HSButton'
38+
3739
<Button
3840
raised
3941
icon={{name: 'cached'}}
@@ -59,6 +61,8 @@
5961
![Social Icons](http://i.imgur.com/k9jQh2u.png)
6062

6163
```
64+
import SocialIcon from 'HSSocialIcon'
65+
6266
// Icon
6367
<SocialIcon
6468
type='twitter'
@@ -85,9 +89,12 @@
8589

8690
## Forms
8791

88-
![]()
92+
![TextInput](http://i.imgur.com/9idGiXr.png)
8993

9094
```
95+
import FormLabel from 'HSFormLabel'
96+
import FormInput from 'HSFormInput'
97+
9198
<FormLabel containerStyle={styles.labelContainerStyle}>Name</FormLabel>
9299
<FormInput onChangeText={someFunction}/>
93100
@@ -98,6 +105,8 @@
98105
![Card Component](http://i.imgur.com/eRaY7Ok.png)
99106

100107
```
108+
import Card from 'HSCard'
109+
101110
<Card
102111
title='CARD WITH DIVIDER'>
103112
{

src/about/About.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ import { ScrollView, View, StyleSheet, Image } from 'react-native'
33
import Text from 'HSText'
44
import Card from 'HSCard'
55
import colors from 'HSColors'
6-
import fonts from 'HSFonts'
76
import SocialIcon from 'HSSocialIcon'
87
import Icon from 'react-native-vector-icons/MaterialIcons'
9-
import Divider from 'HSDivider'
108

119
let styles = {}
1210

0 commit comments

Comments
 (0)