solid-iconify
v0.0.5
Published
๐ A icon component set for SolidJS using Iconify.
Downloads
4,594
Readme
solid-iconify
๐ A icon component set for SolidJS using Iconify.
โจ Features
- 100+ Icon packs totally ready to use.
- Tree shakeable: What you take is what you get.
- Customizable - receive props to extend their usefulness.
- Reactivity, take advantage of SolidJS to react to changes in props.
- Just import and declare in your JSX to work out-the-box
- First class TypeScript support
๐ฆ Installation
pnpm add solid-iconify
๐ Documentation
https://xhofe.github.io/solid-iconify/
๐ป Usage
import { Twemoji1stPlaceMedal } from "solid-iconify/twemoji"
const App = () => {
return (
<div>
<Twemoji1stPlaceMedal size={100} />
</div>
);
};
export default App;
๐ซก Related projects
๐ License
MIT
- Icons are taken from the other projects so please check each project licences accordingly.