@crypture/takedown
v0.0.10
Published
A utility package for displaying page takedown
Maintainers
Readme
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 />;
}