Skip to main content
Light Dark System

Well

<zn-well> | ZnWell
Since 1.0 experimental

Short summary of the component’s intended use.

Triggers every 5 minutes Triggers every 5 minutes
<div>
<zn-well icon="calendar_month">Triggers every <strong>5 minutes</strong></zn-well>
<zn-well inline icon="calendar_month">Triggers every <strong>5 minutes</strong></zn-well>
</div>

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/well/well.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/well/well.js';

To import this component using a bundler:

import '@kubex/zinc/dist/components/well/well.js';

Slots

Name Description
(default) The default slot.

Learn more about using slots.