Skip to content

Commit b53e7b2

Browse files
committed
prop info update
1 parent 63625e2 commit b53e7b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import { EOS_LOADING_ANIMATED } from 'eos-icons-react';
4343
import { EOS_LOADING_ANIMATED } from 'eos-icons-react';
4444
4545
# The below icons will have the color #FF5733, size xxl and a rotation of 45 degree
46-
<EOS_LOADING_ANIMATED color="#FF5733" size="xxl" rotate={45}/>
46+
<EOS_LOADING_ANIMATED color="#FF5733" size="xxl" rotate={45} className="icon"/>
4747
```
4848

4949
#### Prop Details
@@ -55,6 +55,7 @@ import { EOS_LOADING_ANIMATED } from 'eos-icons-react';
5555
| horizontalFlip | boolean | false | Flips icon horizontally |
5656
| verticalFlip | boolean | false | Flips icon vertically |
5757
| theme | string | 'filled' | sets icon theme (only available for common components)** |
58+
| className | string | '' | sets custom styling class for icon component |
5859

5960
> (*) Size can be provided using either string or number. Pre-Defined size list
6061

0 commit comments

Comments
 (0)