0.1.1 • Published 8 months ago
@theholocron/bootstrap v0.1.1
Bootstrap
A set of components to bootstrap an application.
Installation
npm install --save-dev @theholocron/bootstrap
Usage
import { Bootstrap, type BootstrapProps } from "@theholocron/bootstrap";
function App (props: BootstrapProps) {
return (
<Bootstrap {...props} />
);
}
Documentation
Check out The Holocron Archive for more information.