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) 705 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/reboot-bootstrap` > - `./css/components/icons` > - `./css/components/form` Form file component act just like input with type of file element (`<input type="file">`) on native HTML. It is mainly used to browse or upload the file from local machine to application's client and server. The styling of the Form File component can be seen on [Mekari UI Toolkit](http://mekari-ui.sleekr.id/docs/1.0/components/forms/index.html#input-file). You can import the Form File component with this: ```js import { MFormFile } from '@mekari/mekari-ui-vue/src'; ```