# components **Repository Path**: like129/components ## Basic Information - **Project Name**: components - **Description**: 自定义组件库 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-28 - **Last Updated**: 2021-10-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 安装方式 ```js npm install wine-components --save; ``` --- 引入依赖, 使用方式 ```js import React from 'react'; import { Button } wine-components; const test => (props) => { return (
) } ``` --- * ## 已有组件 > 组件文档链接 [wine-components](https://znvictory.github.io/wine-components/?path=/story/welcome-page--welcome) | 组件名 | 参数 | 默认值 | | -----| ----: | ----: | | Button| --- | --- | | Menu | --- | --- | | Icon | --- | --- | | Progress | --- | --- | | Input | --- | --- | | AutoComplete | --- | --- | | Upload | --- | --- | --- ## tsconfig.build.ts ## 生成 样式文件 *** 使用 node-sass 生成 css ## rimraf 删除文件 ## npm link 测试 组件 ## prepublish #### peerDependencies了解 增加提前检查 commit