0.10.0 • Published 7 months ago

@yin-jinlong/h-ui v0.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

氢-UI

GitHub License GitHub Tag GitHub Release codecov Netlify Status

NPM Version NPM Downloads

GitHub repo size GitHub forks GitHub Repo stars

GitHub commit activity (branch) GitHub contributors GitHub last commit (branch)

一个Vue.js 3 UI 组件库

加速站点:

使用

安装

pnpm install @yin-jinlong/h-ui

组件导入

Button为例

  • 组件import {Button} from '@yin-jinlong/h-ui'
  • 样式import '@yin-jinlong/h-ui/components/button/style'

样式也可以引入编译后的css文件

// base.css不会自动引入,需要手动引入
import '@yin-jinlong/h-ui/style/css/base.css'
import '@yin-jinlong/h-ui/style/css/button.css'

引入全部样式

import '@yin-jinlong/h-ui/style/css/index.css'

样式源码在style/src

// base.scss不会自动引入,需要手动引入
import '@yin-jinlong/h-ui/style/src/base.scss'
import '@yin-jinlong/h-ui/style/src/button.scss'

开发

安装

pnpm install

构建

pnpm run packages:build
pnpm run docs:build

测试

pnpm run packages:test

License

MIT

Copyright (c) 2024-PRESENT Yin-Jinlong@github

0.10.0

7 months ago

0.9.4

8 months ago

0.9.3

8 months ago

0.9.6

8 months ago

0.9.5

8 months ago

0.9.0

8 months ago

0.9.2

8 months ago

0.9.1

8 months ago

0.8.3

9 months ago

0.8.2

9 months ago

0.8.1

9 months ago

0.8.0

10 months ago

0.7.0

10 months ago

0.6.2

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.0

1 year ago

0.4.4

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0-test.2

1 year ago

0.1.0-test.1

1 year ago

0.1.0

1 year ago