spectre-react-lib
v0.6.2
Published
Spectre.css and React integration
Downloads
31
Readme
spectre-react-lib
Spectre.css and React integration
Usage
Installation:
npm install spectre-react-lib
Importing components:
import {
Page,
Pagination,
Panel,
Tab,
Toast,
Button,
Table,
Grid,
Divider,
Loading,
Parallax,
ControlledTab,
EmptyState,
} from 'spectre-react-lib';
Storybook Examples
Click here to see the storybook examples.
Automated Releases
The CHANGELOG in this project is generated by Release Please. Release Please does this by parsing the git history, looking for Conventional Commit messages, and creating release PRs.