New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

fruit-ui

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fruit-ui

react 移动端 UI

latest
Source
npmnpm
Version
0.4.1
Version published
Maintainers
1
Created
Source

react-ionic

基于react维护的一套ionic风格的可复用组件库

Installation

git clone https://github.com/react-design/react-ui.git

Install dependencies

npm install --registry=https://registry.npm.taobao.org --verbose

Start server

npm start

How to visit

Open url http://127.0.0.1:8080/ in browser.

Components

计划中的组件,后续应该会不断加入新的组件

  • Button
  • Input
  • grid
  • Switch
  • Numberbox
  • Checkbox
  • Select
  • ActionSheet
  • Tabbar
  • Dialog
  • Toast
  • Popover
  • Carousel
  • Popover
  • Navigation
  • Spiner
  • Datepicker
  • Processbar
  • Searchbar
  • ShareGroup

Change log

项目结构

   |-- example  
   |-- lib
   |-- src  
   |   |-- components  
   |   |   |-- button 
   |   |   |   |-- button.js
   |   |   |   |-- index.js
   |   |   |   `-- styles.less
   |   |   |-- ...  
   |   `-- index.js
   |-- .babelrc
   |-- .editorconfig
   |-- .eslintrc
   |-- .travis.yml
   |-- package.json
   `-- webpack.config.js

Keywords

mobile

FAQs

Package last updated on 19 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts