
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@status-ink/vue
Advanced tools
Vue component and composable for animated status and progress text.
npm install @status-ink/vue
<script setup lang="ts">
import { ref } from 'vue';
import { StatusInk } from '@status-ink/vue';
import '@status-ink/vue/style.css';
const status = ref('Loading');
</script>
<template>
<StatusInk aria-live="polite" :status="status" />
</template>
Use autonomous fallback statuses when your application has no real progress updates yet:
<script setup lang="ts">
import { StatusInk } from '@status-ink/vue';
</script>
<template>
<StatusInk :hold-ms="2000" :statuses="['Loading', 'Indexing', 'Ready']" />
</template>
Use useStatusInk(...) when you want to own the markup. The composable and component stop their
active runner when their Vue scope is disposed.
Reduced motion defaults to auto and follows prefers-reduced-motion. It preserves status changes
while disabling effects and shimmer. Pass :reduced-motion="true" or false to override it, and
:shimmer="false" to disable shimmer independently. Status text is quiet to assistive technology
by default; opt into aria-live="polite" or "assertive" only for meaningful announcements.
Open the Vue example in StackBlitz
Documentation · Live demo · Issues · npm
FAQs
Vue bindings for animated status and progress text.
We found that @status-ink/vue demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.