0.0.3 • Published 5 years ago
@tillo-ds/button v0.0.3
@tillo-ds/button
Install
npm install @tillo-ds/button
Usage
In your Vue file:
<template>
<tillo-button></tillo-button>
</template>
<script>
import TilloButton from '@tillo-ds/button'
export default {
components: {
TilloButton
}
}
</script>