Skip to content

oceanengine/okeedesign-mobile-react

Repository files navigation

logo

OKeeDesign Mobile React

OKeeDesign Mobile React is a mobile side component library based on OKeeDesign.

npm version CI Status Coverage Status min size

English | 简体中文

Features

  • Provide 36 highly qualified components, covering different situations on mobile side
  • Support internationalization, support 3 different languages
  • Support TypeScript
  • Support customizing theme
  • Support importing on demand

Quick Preview

For more information, please refer to Quick Start. Scan QR code below to experience components function.

qr code

Run Locally node 8+

yarn
yarn start

Quick Start

npm install @okee-uikit/m-react

Global Import

import React from 'react';
import '@okee-uikit/m-react/lib/index.css';
import { Button } from '@okee-uikit/m-react';

License

OKeeDesign Mobile React MIT licensed.