@ohhwells/templates
v0.1.3
Published
Reusable OhhWells templates package
Readme
ohhwells-templates
Standalone, publishable npm package of reusable templates.
Install
npm i @ohhwells/templatesPeer deps required:
npm i react react-domUsage (example)
import { WildFlowerTemplate, wildFlowerContent } from "@ohhwells/templates";
export function Page() {
return <WildFlowerTemplate content={wildFlowerContent} />;
}Build
npm run buildOhhWells platform (visual editor)
Want your client to edit this site themselves? Deploy on OhhWells for a visual editor.
Learn more at https://www.ohhwells.com?ref=powered-by.
