JMUI

Themeable · Colorful · Functional · Smaller

Mobile UI React Components

Documentations View On Github
Live Demo

Try On Your Phone

Easy To Use

npm install jmui
      
require(`jmui/styles/jmui.ios.core.css`)
require(`jmui/styles/jmui.ios.theme.${color}.css`)   /* optional */
import { Button } from 'jmui'

export default HelloWorld extends React.Component {
  render () {
    return <Button>Just do it!</Button>
  }
}
      

Core Features

React
Animation
Theme
Color
React components for building mobile user interface, supports ES6 and ES5
CSS3 animated elements and page switching, efficient use of GPU acceleration
Including ios and material style theme, suitable for both android and iPhone
Up to 10 different colors and two-shade layout presets to meet all types of application requirements
Component
Performance
Support
Open Source
Navbar, Toolbar, Tabbar, Button, Form, Preloader, Notification, Modal, ListView, CardView...
Specifically designed for mobile devices, smaller file size and faster loading speed
Problems encountered in use? Use Github issue or seek help from other users
JMUI is completely free and open-source (MIT Licensed)