reactify-comp
v1.3.6
Published
Beautiful, animated React components. Download via CLI.
Maintainers
Readme
reactify-components
Beautiful, animated React components. Download via CLI.
Installation
No installation needed! Just use npx:
npx reactify-components add <component-name>Usage
Add a component
npx reactify-components add glow-buttonThis creates the component in src/components/ in your project.
List all components
npx reactify-components listList components by category
npx reactify-components list buttons
npx reactify-components list cards
npx reactify-components list loadersAvailable Components
Buttons
glow-button- Glowing animated buttontoggle-switch- Animated toggle switch
Cards
animated-card- 3D tilt effect card with glare
Loaders
wave-loader- Wave animation loader dots
Text
gradient-text- Animated gradient text
Backgrounds
starfield- Animated starfield canvas background
Example
# Add a glow button to your project
npx reactify-components add glow-buttonThen import it in your React app:
import GlowButton from "./components/GlowButton";
function App() {
return <GlowButton text="Click me!" />;
}Categories
buttons- Interactive buttons with animationscards- Card components with effectsloaders- Loading indicatorstext- Text effects and animationsinputs- Form inputsui- UI elementsmodals- Modal dialogsnavs- Navigation componentssidebars- Sidebar componentsbackgrounds- Background effects
License
MIT
