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