Skip to main content
Light Dark System

Status Indicator

<zn-status-indicator> | ZnStatusIndicator
Since 1.0 experimental

Circular status indicators.

<zn-status-indicator type="info"></zn-status-indicator>
<zn-status-indicator type="success"></zn-status-indicator>
<zn-status-indicator type="warning"></zn-status-indicator>
<zn-status-indicator type="error"></zn-status-indicator>

Importing

If you’re using the autoloader or the traditional loader, you can ignore this section. Otherwise, feel free to use any of the following snippets to cherry pick this component.

To import this component from the CDN using a script tag:

<script type="module" src="https://cdn.jsdelivr.net/npm/@kubex/zinc@1.0.0/dist/components/status-indicator/status-indicator.js"></script>

To import this component from the CDN using a JavaScript import:

import 'https://cdn.jsdelivr.net/npm/@kubex/zinc@1.0.0/dist/components/status-indicator/status-indicator.js';

To import this component using a bundler:

import '@kubex/zinc/dist/components/status-indicator/status-indicator.js';