# ReactComponents **Repository Path**: wacky-idea/ReactComponents ## Basic Information - **Project Name**: ReactComponents - **Description**: react常用组件库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-24 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react 常用公共组件 预览地址 暂无 安装 ```bash npm i @wacky-idea/react-components ``` 完整组件列表和引入方式(完整组件列表以 index.js 为准) ```javascript import * as ReactComponents from "@wacky-idea/react-components"; ```