Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com> Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com>
12 lines
255 B
Vue
12 lines
255 B
Vue
<template>
|
|
<Story title="Item">
|
|
<Variant title="Single">
|
|
<HoppSmartItem :label="'Item'" :active-info-icon="false" />
|
|
</Variant>
|
|
</Story>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import { HoppSmartItem } from "../components/smart"
|
|
</script>
|