Socket
Book a DemoInstallSign in
Socket

@atomintl/aui-next

Package Overview
Dependencies
Maintainers
3
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomintl/aui-next

aui next

latest
npmnpm
Version
0.0.71
Version published
Maintainers
3
Created
Source

Aui Design

基于 Aui Design 的 React UI 组件库。

安装

yarn add @atomintl/aui-next
npm install @atomintl/aui-next
pnpm install @atomintl/aui-next

使用

引入样式

// 项目入口文件,如:App.tsx
import "@atomintl/aui-next/lib/css/index.css"

引用

import { Button } from '@atomintl/aui-next';

开发

# cd到项目根目录
cd {pathname}packages/aui-next
# 执行创建新组件命令。组件名称必传,且强制转换为大驼峰;分类默认为 "通用"
node scripts/new [组件名称] [分类]

FAQs

Package last updated on 21 Nov 2022

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