0.2.2 • Published 5 years ago

weax v0.2.2

Weekly downloads
92
License
-
Repository
-
Last release
5 years ago

Weax

npm jsdelivr Netlify Storybook Netlify Docz

一款基于 React v16 打造的海量业务元素库,适应更多业务门户板块场景 :)

📦 安装依赖

使用 npm 包管理:

npm install weax

或者使用 yarn 安装:

yarn add weax

🚀 开箱即用

全局导入组件库样式:

import 'weax/dist/weax.css';

也可以在页面直接引入 cdn 静态资源:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/weax@latest/dist/weax.min.css">

在组件中直接引入:

import React from 'react';
import { Statistic } from 'weax';

class WeaHelloPage extends React.Component {
  render() {
    return (
      <>
        {/* 直接使用 */}
        <Statistic templete="temp1"/>
      </>
    )
  }
}

export default WeaHelloPage;

🐫 技术堆栈

NameVersionOrg Site
Reactv16.8.6https://reactjs.org/
Ant Designv3.19.7https://ant.design/
Doczv1.2.0https://www.docz.site/
Storybookv5.1.3https://storybook.js.org/
0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago