0.1.2 • Published 7 months ago

@vbarbarosh/ui-helpers v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

A set of ready components for fast prototyping.

Usage

<script src="https://unpkg.com/vue@2.7.14/dist/vue.js"></script>
<script src="https://unpkg.com/@vbarbarosh/ui-helpers@0.1.1/src/vue-codemirror.js"></script>

<div id="app">
    <vue-codemirror v-model="html" mode="htmlmixed"></vue-codemirror>
</div>

<script>
new Vue({
    el: '#app',
    data: {
        html: '<strong>hello</strong>',
    },
});
</script>
0.1.2

7 months ago

0.1.1

7 months ago