@barguide/template-react

React + TypeScript | Template

Usage no npm install needed!

<script type="module">
  import barguideTemplateReact from 'https://cdn.skypack.dev/@barguide/template-react';
</script>

README

🧩 Template React

image-dependencies image-minified image-types

image-downloads image-shaking

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" />;