funkwhale/front/ui-docs/components/ui/pills.md

1.4 KiB

import Pills from "~/components/ui/Pills.vue"

Pills

<Layout class="preview" style="padding:16px">
  <Pills v-model="staticModel" label="Tags" />
</Layout>

Select a set of pills from presets, and add and remove custom ones

<Layout class="preview" style="padding:16px">
  <Pills v-model="interactiveModel" label="Tags" />
  <Input label="Label" placeholder="Placeholder"></Input>
</Layout>

No pills

<Layout class="preview" style="padding:16px">
  <Pills v-model="nullModel"  />
</Layout>