Flawwwless ui Icons is a collection of well-designed React.js open source icons components. Just find your icon, click on it and paste it inside your code π€
There is an open-source React.js icon collection easy to use. I've built it to make my life easier so I think it will be helpful for many more people! Let me know what youβre thinking of it! π€
Hi @poke_instinct ,
Here is the 5 steps you can use to add it to your next app:
1) Add the package to your React.js project usin `yarn add flwww` or `npm install flwww --save`
2) Choose your icon on https://flawwwless-ui.com/docume...
3) Click on the icon you want to choose to copy the default code. If you want to use the thumbUp icon, click on it and it will copy `` to your clipboard.
4) Paste the code in your React.js app where you want to use it.
Ex:
import React from "react";
import { Icon } from "flwww";
const MyComponent = () => (
);
export default MyComponent;
5) Customize it a you want using our documentation.
Let me know if you need more help with it!