Skip to content

Commit e34ae33

Browse files
author
Shamin Meerankutty
authored
Added props to Readme
1 parent 67453c7 commit e34ae33

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,12 @@ class App extends React.Component {
2323

2424
export default App;
2525
```
26+
27+
28+
## Props
29+
30+
Name | Type | Default Value
31+
------------ | ------------- | -------------
32+
loading | boolean | false
33+
background | String | `rgba(236, 240, 241, 0.7)`
34+
loaderColor | String | `#e74c3c`

0 commit comments

Comments
 (0)