0.0.10 • Published 1 year ago

undraw-vue v0.0.10

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Undraw illustrations for Vue 3

Usage

<script setup lang="ts">
import { UndrawIllustration } from 'undraw-vue';
</script>

<template>
  <UndrawIllustration
    name="Done"
    size="15rem"
    color="var(--primary-color)"
  />
</template>

Properties

NameRequiredDefaultDescription
nameyes-Illustration name (see Illustration type)
sizeno100%Illustration size (height)
colorno#6D07E8Illustration accent color
styleno-Illustration CSS styles

Supported illustrations

Please check https://github.com/aresofficial/undraw-vue/blob/main/src/types/Illustration.ts

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago