All Projects → aotuzuche → auto-ui

aotuzuche / auto-ui

Licence: other
凹凸 UI 组件

Programming Languages

typescript
32286 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to auto-ui

react-native-nested-listview
A UI component for React Native for representing nested arrays of N levels
Stars: ✭ 163 (+1153.85%)
Mutual labels:  react-component
react-taggy
A simple zero-dependency React component for tagging user-defined entities within a block of text.
Stars: ✭ 29 (+123.08%)
Mutual labels:  react-component
react-text-more-less
📃React component to show more text or show less
Stars: ✭ 16 (+23.08%)
Mutual labels:  react-component
react-form-base
Base React component for generic forms
Stars: ✭ 18 (+38.46%)
Mutual labels:  react-component
candy mobile
No description or website provided.
Stars: ✭ 16 (+23.08%)
Mutual labels:  react-component
react-video-players
📺 Library of React video player components that offer a consistent interface and callback system for Vimeo, YouTube and the <video> tag. Along with a handy higher order component for building your own 😉
Stars: ✭ 13 (+0%)
Mutual labels:  react-component
react-fake-component
Chuck Norris faking components
Stars: ✭ 24 (+84.62%)
Mutual labels:  react-component
react-infinity-menu
A react component that displays an unlimited deep menu
Stars: ✭ 59 (+353.85%)
Mutual labels:  react-component
shortcut-preview
A React component to preview iOS Shortcuts
Stars: ✭ 20 (+53.85%)
Mutual labels:  react-component
react-middle-ellipsis
Truncate a long string in the middle, instead of the end.
Stars: ✭ 44 (+238.46%)
Mutual labels:  react-component
react-liff
A react context provider for LIFF (LINE Front-end Framework)
Stars: ✭ 22 (+69.23%)
Mutual labels:  react-component
react-quick-pinch-zoom
A react component that providing multi-touch gestures for zooming and dragging on any DOM element.
Stars: ✭ 124 (+853.85%)
Mutual labels:  react-component
termy-the-terminal
Web-based terminal powered by React
Stars: ✭ 43 (+230.77%)
Mutual labels:  react-component
mighty-input
Text input for modern web
Stars: ✭ 20 (+53.85%)
Mutual labels:  react-component
react-daterange-picker
A react date range picker to using @material-ui. Live Demo: https://flippingbitss.github.io/react-daterange-picker/
Stars: ✭ 85 (+553.85%)
Mutual labels:  react-component
markdown-navbar
Best markdown navigation bar for React.
Stars: ✭ 122 (+838.46%)
Mutual labels:  react-component
react-nft-gallery
🖼️ React component to display your NFTs as a gallery
Stars: ✭ 50 (+284.62%)
Mutual labels:  react-component
light-ui
A lightly React UI library
Stars: ✭ 38 (+192.31%)
Mutual labels:  react-component
react-native-value-picker
Cross-Platform iOS(ish) style picker for react native.
Stars: ✭ 18 (+38.46%)
Mutual labels:  react-component
react-duotone
React Duotone Component
Stars: ✭ 26 (+100%)
Mutual labels:  react-component

AUTO-UI

凹凸 React 移动端公用组件, 旨在快速开发,节省业务开发时间.

特点

  • 包含常用的移动端组件
  • 基本可靠的文档
  • 支持 babel-plugin-import 按需导入
  • 支持美好的交互体验
  • TypeScript 支持
  • 更完善的文档来支持美滋滋的开发体验
  • 单元测试
  • 还有很多

浏览器支持

Android 4.4+, iOS 8+

开发

请在 dev 分支上面切分支开发,开发完成之后合并到 dev 分支并测试

如何本地测试

  • cd examples_src
  • yarn start
  • 进入 auto-ui,修改相应的组件
  • 进入 pages 页面,调用修改的组件即可

如何生成编译

在根目录下面执行:

  make es6

会自动生成相应的文件到 components、es 中

  make commonjs

会自动生成相应的文件到 components、lib 中

  make build

会自动生成相应的文件到 components、lib、es 中

将文档发布到 GitHub

  make ghpages

如何发布

  git add .
  npm run commit
  git push
  git checkout dev
  git merge/rebase xxxx
  git push
  // test
  git checkout master
  git push
  npm run np
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].