@barguide/template-react
v2.0.25
Published
React + TypeScript | Template
Downloads
63
Readme
🧩 Template React
A sample React component that makes use of the @barguide/style-guide
as well.
Installation & Usage
npm i @barguide/template-react
import { TemplateReact } from '@barguide/template-react';
// Render it where you need it
<TemplateReact heading="Sample Heading" />;