p/flawwwless
A coding education platform.
Julien Rioux
Flawwwless UI Icons β€” 250+ Open-source React.js icons
Featured
15
β€’
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 πŸ€–
Replies
Aaron Adler
A UI library is as good as its documentation. And this documentation is vvv nice πŸ‘
Julien Rioux
Thanks a lot for your feedback @aarnadlr πŸ™‚βœŒοΈ
Suraj Pabba
@julien_rioux great work, super simple Icons and components finally something that's easy to understand.
Julien Rioux
Thanks a lot for your feedback @spabba ✌️
Julien Rioux
Thanks @paroma πŸ™‚
Erik
Nice and simple, and pretty helpful. Thanks mate.
Julien Rioux
Thanks @erikmenhaim , we're hoping it will help you to build even more great products πŸš€
Julien Rioux
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! πŸ€–
Jason Hoffer
I love icon collections. thanks.
Julien Rioux
Thanks for your feedback @jasonhoffer1 πŸ‘
Poke Instinct
Nice, but HOW DO WE USE IT?
Julien Rioux
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!
Julien Rioux
My pleasure @poke_instinct ✌️