.vue-bulma-components.This library can produce components based upon Bulma's lesson syntax. Bulma is actually a modern-day CSS structure based upon Flexbox.To obtain a suggestion of what this job is about, check out the Trial page and also the relevant code. (3kb minified).Instance.Put up.anecdote include vue-bulma-components.or.npm put in-- spare vue-bulma-components.After that mount Bulma through adhering to one of the 3 methods offered.npm put up bulma.Make use of all elements globally in your app.Inside your main.js.bring in vueBulmaComponents from 'vue-bulma-components'.import 'bulma/css/bulma. css'.Vue.use( vueBulmaComponents).You can likewise prefix all the bulma components (to prevent collision along with existing components).bring in vueBulmaComponents from 'vue-bulma-components'.Vue.use( vueBulmaComponents, prefix:' y-' ).As opposed to using you currently need to have to make use of.Utilization.Example along with network device.Authentic Bulma method:.A pillar.Vue-bulma-component way:.A pillar.You can likewise generate any sort of vue-bulma-component by naming bulmaComponentGenerator( bulmaComponentStr). Through default, most of the elements are rendered as.To create Bulma components: bulmaComponentGenerator( bulma_coponent_name, rendered_outer_html_element ), rendered_outer_html_element is actually optional.
Submit.Generated components.If you are assuming this might assist you in your existing tasks or down the road, take a look at the plugin's repository, available on GitHub.