Getting a lot done in my cli loaders project!
- New loaders
- Usage in Next.js
- Clean animated buttons
- Animated Top bar component
- Copy key frames button for custom loaders
- Share component via react share
- Tests written and passing
โฆmore to come!
โ Added Next js component copy and paste code (zero dependencies) in component view
โ Cycling colors every 3 seconds so you can see what the loaders look like in different states.
๐จ Cli loaders is coming along nicely and V2 even lets you bring in your own customizations!
Standard initialization- Cannot customize key frames, can customize speed with initLoader.
Custom initialization- Customize the key frames and speed easily with initCustomLoader.
Zero dependency initialization- Full control and code is given to make your own cli loader. The example code weighs just 455 bytes!
โฆ more coming soon โ
Give it a try and let me know what you think!
I took the design from a different project and started a library with it!
Introducing cli-loaders. What will be a very large collection of cli loaders, dots, spinners, emojis, and more for your cli applications.
Created a react component that loads the loader in the browser via its keyframes. It will be available soon as a component you can use!
Alternatively, you can install it:
npm i cli-loaders
Then use it however you see fit!
I.e: initLoader('dots_variant_1');
Check out the updated docs at https://t.co/f7vfJplJGZ, which covers some important topics: why bundlers are still needed for the foreseeable future, why we built Rolldown, and how it differs from Rollup / esbuild.
Having fun on this project ๐จโ๐ป
- Made + added a logo,
- Rebrand project to โReact Snippetsโ
- Added a new bordered layout
- Animated heading component
I like it bordered better, but thatโs just me.
Old version for comparison.
Which is better?
Added some new components:
- Ripple Hover Button ๐
- Gradient Card (Blue) ๐
- Gradient Card With Image (Blue) ๐
- Toggle Switch ๐๏ธ
What other components should I add?