@rmx-ui/types
v1.0.0
Published
TypeScript type definitions for RMX UI Library web components
Maintainers
Readme
@rmx-ui/types
TypeScript type definitions for RMX UI Library web components.
Installation
npm install @rmx-ui/typesUsage
React
// In your main app file or types file
import '@rmx-ui/types/react';
// Now use components with full TypeScript support
<ui-avatar initials="JD" size="lg" />
<contact-cell name="John Doe" />Auto-completion
This package provides full TypeScript IntelliSense for:
- Component props
- Valid property values
- Event handlers
Components Included
ui-avatar- User avatarscontact-cell- Contact informationstatus-badge- Status indicatorsrepair-orders-table- Data tablesui-text- Typographyui-icon- Icons- And more...
License
MIT
