@xlabs-store/react
v0.0.1
Published
<p align="center"> <a href="https://xlabs.fint.vn"> <img width="80" src="https://xlabs.fint.vn/favicon.ico?favicon.c0779518.ico"> </a> </p>
Downloads
129
Readme
@xlabs-store/react
Native React UI component library based on Design Tokens. Full support for modern React features including Hooks and Server Components.
📦 Installation
npm install @xlabs-store/react⌨️ Usage
import { Button } from '@xlabs-store/react';
import '@xlabs-store/core/dist/styles.css';
const App = () => (
<Button type="primary">React Button</Button>
);🚀 Native Performance
Each component is optimized specifically for React through advanced serialization and event management, ensuring the lowest possible memory footprint and highest re-rendering performance.
