@jcomponents/resizer
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Usage

<Nav>
    <Nav.Item>Home</Nav.Item>
    <Nav.Item>About</Nav.Item>
    <Nav.Item>Contact</Nav.Item>
    ...
</Nav>

If using Next.js, you can pass Link as a property into <Nav> to get the benefits of 'next/link'.

import Link from 'next/link';

<Nav Link={Link}>
    <Nav.Item>Home</Nav.Item>
    <Nav.Item>About</Nav.Item>
    <Nav.Item>Contact</Nav.Item>
    ...
</Nav>

Readme

Keywords

none

Package Sidebar

Install

npm i @jcomponents/resizer

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

9.84 kB

Total Files

9

Last publish

Collaborators

  • joelbaograyson