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 (12 loc) 479 B
import iconExampleBlankslate from '../assets/img/icon-example-bs.png'; <div className="row col-12 p-0 my-4"> <div className="col-4 p-0"> <h4>Blankslate Icon (120px)</h4> <p> Blankslate Icon (120px). Icons should be designed on 100 x 100px and exported with padding on a 120px bounding box. Used in <strong>blankslate and only once per page</strong>. </p> </div> <div className="col-8 text-center"> <img src={iconExampleBlankslate} /> </div> </div>