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