Skip to content

FIL1994/spectre-react-lib

Repository files navigation

GitHub npm npm bundle size (minified + gzip) codecov Package Quality

Netlify Status

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.