zunsk
v0.0.7
Published
A set of components to automatize repetitive tasks.
Readme
zunsk
A set of components to automatize repetitive tasks.
Install
npm install zunskBasic components
Button
Button component
<template>
<Button @click="alert('Button')">Label</Button>
</template>Properties
Actions
- click
Text
Text component
<template>
<Text label="Text" />
</template>