This package contains components and types, which are used across native systems software projects.
- Update package version.
- Build project via
yarn build - Publish build via
npm publish - Push changes to repository
Components must be exposed to tailwind for preflight and purging/compilation to work:
- v4:
@source "../node_modules/@native-systems/icons/**"; - v3:
contents: [".node_modules/@native-systems/icons/**"];
A React + Vite playground app is available in playground/ to browse all exported icons with search and names (heroicons-style overview).
Useful commands from repository root:
yarn playground:installyarn buildyarn playground:devyarn playground:build