broadsheet-react
v1.0.1
Published
Broadsheet UI — React components
Readme
Broadsheet React Distribution Package
This package is the public distribution build of the Broadsheet React component library.
- npm package:
broadsheet-react - Git mirror: https://github.com/telegraph/broadsheet-react
- Source repo: https://github.com/telegraph/broadsheet
- Current assembled version:
v1.0.1
Install
Preferred install path:
pnpm add [email protected]Git mirror fallback:
pnpm add github:telegraph/broadsheet-react#v1.0.1Usage
No separate stylesheet import is required.
For the smallest consumer bundles, prefer subpath imports:
import Button from 'broadsheet-react/button';
import Icon from 'broadsheet-react/icon';Root imports still work:
import { Button, Icon } from 'broadsheet-react';Versioning
This package uses semver tags and prereleases:
- Stable releases:
1.0.0,1.0.1,1.1.0 - QA releases:
1.0.0-qa.1,1.0.0-qa.2,1.0.0-qa.7
The latest version assembled into this snapshot is 1.0.1.
What This Package Contains
- Built JavaScript bundles in
dist/ - Generated type declarations in
dist-types/ - A minimal package manifest for consumption
This distribution does not contain source files, Storybook, tests, Figma files, or workspace tooling.
Read Only
The Git mirror repository is consume-only and should be treated as read-only.
- Do not open pull requests there
- Do not edit files there manually
- Do all development and contribution work in the source repository: https://github.com/telegraph/broadsheet
Manual edits in the Git mirror repository will be overwritten by the next release push.
