UNPKG

@mekari/mekari-ui-vue

Version:

--- General web components in Mekari. The components are made using vue.js as its framework. Styling of components on Mekari UI Vue uses [Mekari UI Toolkit](https://bitbucket.org/mid-kelola-indonesia/mekari-ui-toolkit/src/master/). Don't forget to import

12 lines (9 loc) 499 B
> Available since version: `1.0.0` > Styling from Mekari UI Toolkit that must be used on this component are (or with its `.scss`): > - `./css/components/mekari-ui-reboot-bootstrap` > - `./css/components/mekari-ui-icons` > - `./css/components/mekari-ui-alert` Mekari UI Vue comes with `Alert` component. It will allow you to display alert inside your application. Here is the example on how to import `Alert` component to your application: ```js import { MAlert } from '@mekari/mekari-ui-vue'; ```