@filecoin-foundation/ui-filecoin
v0.9.0
Published
Filecoin branded UI components for the Filecoin ecosystem created by Filecoin Foundation
Readme
@filecoin-foundation/ui-filecoin
Filecoin branded UI components for the Filecoin ecosystem created by Filecoin Foundation.
Description
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.
Development
Testing
Run tests:
npm testWatch mode:
npm test -- --watchCoverage:
npm test -- --coverageBuilding
Build the package:
npm run buildLint:
npm run lintPublishing
This package uses Changesets for version management.
1. Create Changeset
npm run changesetSelect the package and change type (patch/minor/major), then provide a description.
2. Version Packages
npm run changeset versionThis updates package versions and CHANGELOG.md.
3. Publish
npm run changeset publishBuilds and publishes to npm registry.
License
MIT
