Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

solid-iconify

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solid-iconify

😈 A icon component set for SolidJS using Iconify.

latest
Source
npmnpm
Version
0.0.5
Version published
Weekly downloads
56
-21.13%
Maintainers
1
Weekly downloads
 
Created
Source

solid-iconify

solid-iconify

😈 A icon component set for SolidJS using Iconify.

release npm npm license sponsor

✨ 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;

📝 License

MIT

  • Icons are taken from the other projects so please check each project licences accordingly.

Keywords

solidjs

FAQs

Package last updated on 03 Mar 2024

Did you know?

Socket

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.

Install

Related posts