Skip to content

Commit 4d87087

Browse files
committed
readme files
1 parent 6e5aaef commit 4d87087

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ React Multi Fields Input component comes with zero styles to allow you style it
44

55
Example:
66

7+
![react-multi-fields-input component no styles](/assets/rmfi-example-base.png)
8+
9+
Example with styles:
10+
711
![react-multi-fields-input component](/assets/rmfi-example.png)
812

13+
14+
915
```js
1016
const inputs = [
1117
{

assets/rmfi-example-base.png

1.57 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-multi-fields-input",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "dist/index.js",
55
"types": "dist/components/index.d.ts",
66
"author": "kakuevn <n.kakuev@gmail.com>",

0 commit comments

Comments
 (0)