@webenza/ui
v0.0.4
Published
Internal UI and animation components for Webenza
Readme
@webenza/ui
Internal UI and animation components for Webenza.
Installation
npm install @webenza/uiPeer Dependencies
@webenza/ui does not bundle external animation or rendering libraries. Install only the dependencies required for the components you use.
Note: Peer dependencies are not installed automatically with the library.
Core (Required)
npm install react react-domMotion Components
If you use components like HoverFillButton, CircularText, or ImageTrail:
npm install framer-motionGSAP Components
If you use components like CursorFollower:
npm install gsapIcon / Button Components
If you use components like HoverFillButton:
npm install react-icons3D Components
If you use components like WaterRipple:
npm install three @react-three/fiberUsage
Most components are designed to work out of the box with sensible defaults.
import { CursorFollower } from "@webenza/ui";
export default function App() {
return (
<CursorFollower />
);
}- Works out of the box
- Sensible defaults included
- Optional customization via props
