BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/ak-ui/status

AK Status

ak-ui/status
FreeComponent

Tags and live terminal status indicators for roles, rarity, warnings, and connectivity.

Install it

npx shadcn@latest add https://ak-ui.yunyoujun.cn/r/status.json

Source

registry/ak/ui/status/AkTag.vueak-ui.yunyoujun.cn/r/status.json
1<script setup lang="ts">
2import type { AkTagVariant } from './types'
3
4import '@yunyoujun/ak-ui'
5
6withDefaults(defineProps<{
7 variant?: AkTagVariant
8}>(), {
9 variant: 'default',
10})
11</script>
12
13<template>
14 <span
15 data-slot="ak-tag"
16 :data-variant="variant"
17 :class="[
18 'ak-tag',
19 variant !== 'default' && `ak-tag--${variant}`,
20 ]"
21 >
22 <slot />
23 </span>
24</template>

What it pulls in

npm packages

  • @yunyoujun/ak-ui@0.2.0

Files it writes

  • registry/ak/ui/status/AkTag.vue
  • registry/ak/ui/status/AkStatus.vue
  • registry/ak/ui/status/index.ts
  • registry/ak/ui/status/types.ts

Facts

Registry
ak-ui
Type
registry:ui
Access
Free
Files written
4
Licence
MIT
First indexed
2026-08-02
Last confirmed
2 days ago

Go to the source

ak-ui.yunyoujun.cn YunYouJun/ak-ui on GitHub Raw registry item This item as JSON

More from ak-ui

All 7 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AK Buttonbuttonak-uiComponentsFree1 dep · 3 files
AK Cardcardak-uiComponentsFree1 dep · 8 files
AK Input Numberinput-numberak-uiComponentsFree1 dep · 2 files
AK Noticenoticeak-uiComponentsFree1 dep · 3 files
AK Progressprogressak-uiComponentsFree1 dep · 4 files
AK Tabstabsak-uiComponentsFree1 dep · 4 files
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex