New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@au-design/au

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@au-design/au

基于React的极光UI组件库

latest
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

au-design

极光 UI 设计语言和 React 组件库

✨ 特性

  • 提炼自极光中后台产品的交互语言和视觉风格。
  • 开箱即用的高质量 React 组件。
  • 使用 TypeScript 开发,提供完整的类型定义文件。

📦 安装

npm install au-design --save
yarn add au-design

🔨 示例

import { Button } from "au-design";

const App = () => (
  <>
    <Button type="primary">我是按钮</Button>
  </>
);

引入样式:

import "au-design/dist/au-design.css"; // or 'au-design/dist/au-design.less'

⌨️ 本地开发

  • 启动
$ npm install
$ npm start
  • 构建
$ npm run build
  • 提交代码
$ npm run commit
$ yarn commit

资源

  • 设计文档

https://www.yuque.com/books/share/c87ed924-33ea-428b-b630-3004f7ef83bc

  • 设计切图

Keywords

React

FAQs

Package last updated on 12 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts