Optimized fork of Once UI System with proper tree-shaking support.
See packages/core for complete information on how to use this package in your vite.js or other frameworks.
- ✅ Tree-shaking enabled:
sideEffects: falsefor optimal bundle sizes - ✅ Granular exports: Import only what you need
- ✅ 100% compatible: Drop-in replacement for
@once-ui-system/core - ✅ Smaller bundles: ~95% reduction in unused code
- ✅ Framework agnostic: Works with all frameworks like Next.js, Vite.js, plain React etc
npm install @fast-once-ui/core
# or
yarn add @fast-once-ui/core
# or
pnpm add @fast-once-ui/core