@uparjak/core-packages
v1.0.13
Published
Core packages for Uparjak application - components, widgets, and SVG icons
Maintainers
Readme
@uparjak/core-packages
Core packages for Uparjak application - React components, widgets, and SVG icons with cross-platform support.
Installation
npm install @uparjak/core-packages
# or
yarn add @uparjak/core-packagesUsage
import { OverviewComponent, LanguageSelector, Rating } from '@uparjak/core-packages';Features
- ✅ Minified - Optimized bundle size with multiple formats (ESM, CJS, UMD)
- ✅ TypeScript - Full type definitions included
- ✅ Cross-platform - Works with React, React Native, and Next.js
- ✅ Tree-shakable - Import only what you need
- ✅ Multiple formats - ESM, CommonJS, and UMD builds
- ✅ SVG Icons - Comprehensive icon library
- ✅ Responsive - Mobile-first design with Tailwind CSS
Available Formats
- ESM:
dist/index.esm.js(for modern bundlers) - CommonJS:
dist/index.cjs.js(for Node.js) - UMD:
dist/index.umd.js(for browsers)
Dependencies
This package requires:
- React >= 18.0.0
- React DOM >= 18.0.0
- React Native >= 0.72.0
- @uparjak/core-interface
- @uparjak/utils
Peer Dependencies
- react-grid-layout >= 1.4.4
- react-resizable >= 1.4.4
- nativewind >= 4.0.0
- tailwindcss >= 3.3.0
License
ISC
