0.0.1 • Published 4 years ago

alliance-wydget v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Alliance WYDGET

VueJS component library for common components and ui features like Toasts, Modals, Drawers and more.

Usage

ToastAPI

Toasts are useful ui components for displaying quick notifications to a user, that do not require much action by the user.

ProgressBars

Use linear progress bars like this:

// Import component
import ProgressBar from '../progressbar/ProgressBar.vue'

// HTML Syntax
<progress-bar :progress="50" :max="100"></progress-bar>
<progress-bar :indeterminate="true"></progress-bar>