# React **Repository Path**: Dododou/react ## Basic Information - **Project Name**: React - **Description**: 一个用于 LCUI 应用程序开发的 React 库 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2024-02-17 - **Last Updated**: 2024-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @lcui/react (**中文**/[English](README.md)) 一个用于 LCUI 应用程序开发的 React 库,提供 TypeScript 类型声明、React 版预置组件,配合 [@lcui/cli](https://gitee.com/lcui-dev/lcui-cli) 使用。 ## 安装 ```sh npm install -D @lcui/react react @types/react ``` ## 使用 ```tsx import { Text, TextInput } from '@lcui/react'; import styles from './app.module.css'; export default function App() { return (