@gilak/background-candy
v1.0.0
Published
A reusable background component with animated effects
Maintainers
Readme
@gilak/background-candy
A reusable background component with animated effects for React applications.
Installation
npm install @gilak/background-candyUsage
import { BackgroundCandy } from '@gilak/background-candy';
import '@gilak/background-candy/style';
function App() {
return (
<div style={{ width: '100vw', height: '100vh' }}>
<BackgroundCandy />
</div>
);
}Props
| Prop | Type | Default | Description |
|------|------|---------|-------------|
| className | string | - | Additional CSS class name |
| style | React.CSSProperties | - | Additional inline styles |
Features
- Animated background effects
- Responsive design
- Customizable styling
- TypeScript support
License
MIT
