Welcome to for-loop-icons
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.