https://github.com/qingzi-king/agile-mobile
a web mobile ui components build on react.
https://github.com/qingzi-king/agile-mobile
mobile-web react typescript ui-components
Last synced: 4 months ago
JSON representation
a web mobile ui components build on react.
- Host: GitHub
- URL: https://github.com/qingzi-king/agile-mobile
- Owner: qingzi-king
- License: mit
- Created: 2020-09-16T09:58:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-23T03:10:34.000Z (over 4 years ago)
- Last Synced: 2025-09-14T08:59:17.077Z (9 months ago)
- Topics: mobile-web, react, typescript, ui-components
- Language: TypeScript
- Homepage: http://mobile.agile.antjob.ink/zh
- Size: 1.1 MB
- Stars: 21
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
๐ฅ๐ฅ๐ฅ ไธไธช็ตๆดปใ็ฒพๅทง็react็งปๅจ็ซฏ็ปไปถๅบ ๐ฅ๐ฅ๐ฅ
๐ ้กน็ฎๆญฃๅจๆ็ปญๅผๅไธญ๏ผ้ๆถๆฌข่ฟๆจๅ ๅ
ฅๅนถๆไบคๆจ้ฆไธชPR๐ใ
## ๐ฆ ๅฎ่ฃ
```
npm install agile-mobile
```
```
yarn add agile-mobile
```
## ๐จ ไฝฟ็จ
```
import { Button } from 'agile-mobile';
const App = () => (
<>
Hello Agile๏ผ
>
);
```
## ๐ ๅผๅ็ฏๅข
ๅ
ๅซๆฌๅฐๆๆกฃๅ็คบไพๅฑ็คบใ
```
yarn start
```
## ๐ ็ฎๅฝ็ปๆ
```
.
โโโ LICENSE
โโโ README.md
โโโ babel-transform-less-to-css.js # babelๆไปถ๏ผๅฐ.lessๆฟๆขไธบ.css๏ผ
โโโ config # ๆๆกฃ้
็ฝฎ๏ผๅบไบdumi๏ผ
โ โโโ components.ts
โ โโโ config.ts
โโโ docs # ๆๆกฃ้
็ฝฎ
โโโ dist # ๆๆกฃๆๅปบๅ็ฎๅฝ
โโโ gulpfile.js # ็ปไปถๆๅ
้
็ฝฎ๏ผๅบไบgulp๏ผ
โโโ jest.config.js # ๆต่ฏ้
็ฝฎ๏ผๅบไบjest๏ผ
โโโ lib # ็ปไปถๆๅ
ๅ็็ฎๅฝ
โโโ package.json
โโโ src # ๆบๆไปถ
โ โโโ assets # ่ตๆบ็ฎๅฝ
โ โโโ components # ็ปไปถ็ฎๅฝ
โ โ โโโ button
โ โ โโโ elastic-box
โ โ โโโ ...
โ โโโ demos
โ โโโ global # ๅ
จๅฑ้
็ฝฎ
โ โ โโโ global.less
โ โ โโโ index.ts
โ โ โโโ theme.less # ๅ
จๅฑไธป้ข้
็ฝฎ
โ โโโ index.ts # ็ปไปถๅบๅ
ฅๅฃ
โ โโโ tests # ๆต่ฏๅ
ฅๅฃ
โ โโโ typings # ่พ
ๅฉts้
็ฝฎ
โ โโโ utils # ๅทฅๅ
ท
โโโ tsconfig.json
โโโ yarn.lock
```
## ๐ฅท ็ปไปถ็ปๆ
```
.
โโโ src
โ โโโ components
โ โ โโโ button
โ โ โ โโโ README.md # ่ฏดๆ๏ผๅฏไธญ่ฑๆๅบๅREADME.es.mdใREADME.zh.md๏ผ
โ โ โ โโโ button.tsx # ็ปไปถไธปไฝ
โ โ โ โโโ PropsType.tsx # ็ฑปๅๅฎไน๏ผๅฎไนๅจ็ปไปถๅ
ๅๅฏ้๏ผ
โ โ โ โโโ demos # ็คบไพ
โ โ โ โ โโโ index.tsx
โ โ โ โโโ index.ts # ๅ
ฅๅฃ
โ โ โ โโโ styles # ๆ ทๅผ
โ โ โ โ โโโ button.less
โ โ โ โโโ tests # ๆต่ฏ
โ | โ โ โโโ button.test.tsx
```
## License
Agile Mobile UI is MIT licensed, as found in the [LICENSE](https://github.com/qingzi-king/agile-mobile/blob/master/LICENSE) file.