for-loop-icons
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Welcome to for-loop-icons

Version License: MIT Downloads

Visit FOR{LOOP} 👉 https://forloop.vercel.app/

You can use icons and UI components quickly and easily in React. Type checking is also possible.
The for-loop-icons library provides FOR{LOOP}'s uniquely designed icons and components.

Install

npm i for-loop-icons

Usage

import { House } from 'for-loop-icons';

function IconEx() {
  return <House size={40} color='black' />;
}
import { DarkPlusButton } from 'for-loop-icons';

function ComponentEx() {
  return <DarkPlusButton size={120} />;
}

Props

name type default description
size number required all icons
color string required all icons
size number required button/toggle components
width number required input/search/dropdown components
scale number required checkbox components

Please check FOR{LOOP} for more details.

/for-loop-icons/

    Package Sidebar

    Install

    npm i for-loop-icons

    Weekly Downloads

    3

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    371 kB

    Total Files

    279

    Last publish

    Collaborators

    • harrymon
    • lapmu