bds-vue
v0.0.7
Published
A set of UI components for building beautiful and accessible web applications. It is built on top of Vue.js and is fully compatible with Vue CLI.
Downloads
4
Readme
BDS Vue Library
A set of UI components for building beautiful and accessible web applications. It is built on top of Vue.js and is fully compatible with Vue CLI.
Installation
npm install bds-vue
Usage
<script setup>
import { BdsButton } from 'bds-vue'
</script>
<template>
<BdsButton label="Submit" icon="pi pi-check" iconPos="right" />
</template>