@reactfast/all
v0.1.0
Published
Aggregate package that re-exports:
Downloads
4
Readme
@reactfast/all
Aggregate package that re-exports:
@reactfast/nav@reactfast/forms
Install
pnpm add @reactfast/allUsage
import { NavBar } from "@reactfast/nav";
import { Form } from "@reactfast/forms";
// or aggregated:
import { NavBar, Form } from "@reactfast/all";Build
pnpm build # uses Vite library mode and generates typesPublish
npm version patch
npm publish --access publicNote: With pnpm, consumers may need to add @reactfast/nav and @reactfast/forms directly if importing those packages; importing from the aggregate @reactfast/all works everywhere.
