Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/YunYouJun/ak-ui

πŸ”« UI components for arknights. Deving... εœ¨ε’•δΊ†
https://github.com/YunYouJun/ak-ui

arknights ui

Last synced: 2 months ago
JSON representation

πŸ”« UI components for arknights. Deving... εœ¨ε’•δΊ†

Awesome Lists containing this project

README

        

# ak-ui

![Docs](https://github.com/YunYouJun/ak-ui/workflows/Docs/badge.svg)
[![jsdelivr cdn](https://data.jsdelivr.com/v1/package/npm/@yunyoujun/ak-ui/badge)](https://www.jsdelivr.com/package/npm/@yunyoujun/ak-ui)

UI components for [arknights](https://ak.hypergryph.com/). Deving...

[![npm](https://img.shields.io/npm/v/@yunyoujun/ak-ui.svg?style=flat-square)](https://www.npmjs.com/package/@yunyoujun/ak-ui)
![npm](https://img.shields.io/npm/dt/@yunyoujun/ak-ui.svg?style=flat-square)
![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@yunyoujun/ak-ui.svg?style=flat-square)
![npm](https://img.shields.io/npm/l/@yunyoujun/ak-ui.svg?style=flat-square)

## How to use

尚ζœͺζ­£εΌε‘εΈƒοΌŒζ•¬θ―·ζœŸεΎ…γ€‚

You can find dist in .

### CDN

```html

```

### NPM or YARN

```sh
pnpm add @yunyoujun/ak-ui
# or
npm install @yunyoujun/ak-ui
# or
yarn add @yunyoujun/ak-ui
```

## Components

- [ ] ak-button
- [ ] block
- [ ] glow
- [ ] ak-card
- [ ] 3d
- [ ] ak-badge
- [ ] ak-progress
- [ ] ak-divider
- [ ] ak-message
- [ ] left
- [ ] right
- [ ] ak-checkbox
- [ ] ak-carousel

## Todo

I want to implement a demo type container to display demo easily.
But I cannot get rendered markdown about code from vuepress-plugin-container.

> https://github.com/vuepress/vuepress-community/issues/20

Migrate to vitepress.

## Ref

- [Bootstrap](https://getbootstrap.com/):
- [Material Design](https://material.io/develop/web/):
- [Milligram](https://milligram.io/):
- [Pure.css](https://purecss.io/):
- [arknights-ui](https://ak.2heng.xin/):

If you want to achieve parallax effect, please see [parallax](https://github.com/wagerfield/parallax).