Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@festo-ui/react-icons
Advanced tools
npm i @festo-ui/react-icons
All icon names are beginning with <Icon...> Example:
<IconAccordion></IconAccordion>
The default size is 16px. for other sizes use the size attribute.
You can use these sizes: 16 | 24 | 32 | 48 | 64 | 96 | 128
<IconAccordion size={48}></IconAccordion>
To use a custom size, use the svg property together with size = 16, 24 or 32.
<IconAccordion size={32} svgProps={{ height: '256px' }}></IconAccordion>
By default the icon has the text color. If you want the festo colors instead set the festoColor attribute:
<IconAccordion festoColor></IconAccordion>
You can add css class names by setting the className attribute:
<button className="fwe-btn">
<IconAccordion className="fwe-mr-xxs"></IconAccordion>
Buttontext
</button>
For more information for developers, please refer to the Developer README.
FAQs
SVG icons wraped by react components
The npm package @festo-ui/react-icons receives a total of 211 weekly downloads. As such, @festo-ui/react-icons popularity was classified as not popular.
We found that @festo-ui/react-icons demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.