missra

0.0.1 • Public • Published

Missra

A high quality React Mobile Component Library for Mobile

Documentation

Visit the English or 中文 website for more information.

Installation

$ npm install missra --save
# or 
$ yarn add missra

Basic Usage

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'missra';
 
ReactDOM.render(
  <Button type="primary">Hello</Button>, 
  document.getElementById('app')
);

Development

To develop, run the self-reloading build, Get the code:

$ git clone https://github.com/missra-kit/missra.git
cd missra
$ npm install 
# or 
$ yarn install

To develop, run the self-reloading build:

# Run the app 
# Restart the app automatically every time code changes.  
# Useful during development. 
$ npm start
# or 
$ yarn start

Open your browser and visit http://127.0.0.1:3000

Update the document

$ npm run deploy
# or 
$ yarn run deploy

License

Licensed under the MIT License.

Package Sidebar

Install

npm i missra

Weekly Downloads

3

Version

0.0.1

License

ISC

Unpacked Size

12.7 kB

Total Files

6

Last publish

Collaborators

  • missra