Filecoin branded UI components for the Filecoin ecosystem created by Filecoin Foundation.
Component library providing reusable React components with Filecoin branding, built with TypeScript and Tailwind CSS. Includes navigation, tables, cards, forms, and utility components designed for Filecoin Foundation web properties.
Run tests:
npm testWatch mode:
npm test -- --watchCoverage:
npm test -- --coverageBuild the package:
npm run buildLint:
npm run lintThis package uses Changesets for version management.
npm run changesetSelect the package and change type (patch/minor/major), then provide a description.
npm run changeset versionThis updates package versions and CHANGELOG.md.
npm run changeset publishBuilds and publishes to npm registry.
MIT