Skip to content

Commit cbc7f8b

Browse files
committed
docs(readme): add project readme
1 parent ea47c0d commit cbc7f8b

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1-
# react-made-with
1+
# react-made-with
2+
3+
## Introduction
4+
5+
![alt-text](https://imgur.com/pWp6tZQ.png)
6+
7+
but as a `React` component
8+
9+
## Installation
10+
11+
```
12+
npm install --save react-made-with
13+
```
14+
15+
## API
16+
17+
[`MadeWith`](/src/MadeWith)
18+
19+
### Example
20+
21+
```javascript
22+
<MadeWith
23+
love
24+
react
25+
maker={{ identifier: 'https://github.com/jaebradley' }}
26+
/>
27+
```

0 commit comments

Comments
 (0)