manyid
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Manyi Design

一套企业级 UI 设计语言和 React 组件库。

使用文档

https://manyi8634.github.io/manyi-design-doc

📦 安装

npm install manyid --save
yarn add manyid

🔨 示例

import React from 'react';
import { Button, DatePicker } from 'manyid';

const App = () => (
  <>
    <Button type="primary">PRESS ME</Button>
    <DatePicker />
  </>
);

/manyid/

    Package Sidebar

    Install

    npm i manyid

    Weekly Downloads

    2

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    51.4 MB

    Total Files

    3088

    Last publish

    Collaborators

    • z863412757