Update README.md

This commit is contained in:
gapmiss 2023-02-09 20:29:30 +00:00 committed by GitHub
parent 42a90298e9
commit a3e9a8fe91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,13 +37,13 @@ The syntax for the icon component is:
The delimiter is the pipe symbol `|`.
`ICON` = the name of the icon e.g. `iconoir-peace-hand`
`COLOR`= the CSS color of the icon e.g. `purple`
`W`= the CSS width of the icon e.g. `1em`
`H`= the CSS height of the icon e.g. `1em`
`STYLE` = the CSS rule(s) for the icon component e.g. `float:right;`
ICON = the name of the icon e.g. iconoir-peace-hand
COLOR= the CSS color of the icon e.g. purple
W= the CSS width of the icon e.g. 1em
H= the CSS height of the icon e.g. 1em
STYLE = the CSS rule(s) for the icon component e.g. float:right;
ONLY the `ICON` name is required. ALL others optional.
ONLY the ICON name is required. ALL others optional.
`~![iconoir-peace-hand|purple|1em|1em|float:right;]`
```