@titian-design/mobile-react
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

🖥️ 文档网站      ⚙️ 文档仓库  

介绍

源自微盟移动端核心业务,我们的目标是通过 Titian 组件库,帮助广大开发者,并不断的完善与努力打造良好的移动端产品体验。

Titian React 是以 Web Components 为基础的 React 组件库,同时与小程序组件库的 API 基本一致,打造一致的开发体验。

安装

# 通过 npm 安装
npm i @titian-design/mobile-react --save

# 通过 yarn 安装
yarn add @titian-design/mobile-react

使用

import { TiButton } from '@titian-design/mobile-react';

const App = () => (
  <div className="App">
    <TiButton type="primary">Button</TiButton>
  </div>
);

export default App;

其他链接

/@titian-design/mobile-react/

    Package Sidebar

    Install

    npm i @titian-design/mobile-react

    Weekly Downloads

    1

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    3.61 MB

    Total Files

    19

    Last publish

    Collaborators

    • zniu
    • suntgr
    • robbeluo
    • weimob-group