Skip to content

Latest commit

 

History

History
75 lines (46 loc) · 1.08 KB

File metadata and controls

75 lines (46 loc) · 1.08 KB

@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 test

Watch mode:

npm test -- --watch

Coverage:

npm test -- --coverage

Building

Build the package:

npm run build

Lint:

npm run lint

Publishing

This package uses Changesets for version management.

1. Create Changeset

npm run changeset

Select the package and change type (patch/minor/major), then provide a description.

2. Version Packages

npm run changeset version

This updates package versions and CHANGELOG.md.

3. Publish

npm run changeset publish

Builds and publishes to npm registry.

License

MIT