2
0
mirror of https://github.com/iconify/iconify.git synced 2024-11-09 23:00:56 +00:00

Update readme files for React and SVG framework

This commit is contained in:
Vjacheslav Trushkin 2020-08-13 23:23:01 +03:00
parent 826af0a640
commit e00b7f1781
3 changed files with 15 additions and 4 deletions

View File

@ -53,9 +53,20 @@ or this:
    ![Screenshot](https://iconify.design/assets/images/inline-sample.png)
That is it. Change `data-icon` value to the name of the icon you want to use. There are over 50,000 premade icons to choose from, including FontAwesome, Material Design Icons, Entypo+, Box Icons, Unicons and even several emoji sets.
That is it. Change `data-icon` value to the name of the icon you want to use. There are over 50,000 premade icons to choose from, including FontAwesome, Material Design Icons, Tabler Icons, Box Icons, Unicons, Bootstrap Icons and even several emoji sets.
Do you want to make your own icon sets? Tools for making custom icon sets are available on GitHub. See documentation.
Do you want to make your own icon sets? Everything you need is [available on GitHub](https://github.com/iconify): tools for creating custom icon sets, Iconify API application and documentation to help you.
## Full documentation
Below is a shortened version of documentation.
Full documentation is available on Iconify website:
- [SVG framework documentation](https://docs.iconify.design/implementations/svg-framework/).
- [Iconify API documentation](https://docs.iconify.design/sources/api/).
- [Creating icon bundles](https://docs.iconify.design/sources/bundles/).
- [Iconify Tools documentation](https://docs.iconify.design/tools/node/).
## How does it work?

View File

@ -108,7 +108,7 @@ In addition to the properties mentioned above, the icon component accepts any ot
### Dimensions
By default, icon height is "1em". With is dynamic, calculated using the icon's width to height ratio.
By default, icon height is "1em". With is dynamic, calculated using the icon's width to height ratio. This makes it easy to change icon size by changing `[attr]font-size` in the stylesheet, just like icon fonts.
There are several ways to change icon dimensions:

View File

@ -105,7 +105,7 @@ In addition to the properties mentioned above, the icon component accepts any ot
### Dimensions
By default, icon height is "1em". With is dynamic, calculated using the icon's width to height ratio.
By default, icon height is "1em". With is dynamic, calculated using the icon's width to height ratio. This makes it easy to change icon size by changing `font-size` in the stylesheet, just like icon fonts.
There are several ways to change icon dimensions: