Spectre.css and React integration
Installation:
npm install spectre-react-libImporting components:
import {
Page,
Pagination,
Panel,
Tab,
Toast,
Button,
Table,
Grid,
Divider,
Loading,
Parallax,
ControlledTab,
EmptyState,
} from 'spectre-react-lib';Click here to see the storybook examples.
This project uses Bun for package management, scripts, and tests.
bun install
bun run ciThe current dev stack targets Bun 1.4+ and Node.js 20.19+.
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.