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

14 lines (10 loc) 686 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-banner` The detail of styling and list of the banner can be seen on [banner styleguide](http://mekari-ui.sleekr.id/docs/1.0/components/banner/). Banner has lot of variant that can be seen on the component's documentation below. By default, the Banner will have an `ic-info-fill` preceeding icon. Here is the example on how to use the Banner component on your application: ```js import { MBanner } from `@mekari/mekari-ui-vue`; ```