0.0.10 • Published 8 months ago
@crypture/takedown v0.0.10
Takedown
A React component library built with TypeScript and Vite for displaying custom page takedown
Features
- Modern React components with TypeScript support
- Optimized build process using Vite
- Comprehensive type checking
Installation
npm install @crypture/takedownUsage
import { CenteredTakedown } from "@crypture/takedown";
function App() {
return <CenteredTakedown />;
}