0.1.0 • Published 7 years ago

vue-bulma-brace v0.1.0

Weekly downloads
87
License
MIT
Repository
github
Last release
7 years ago

Brace

Code editor powered by Vuejs and browserify Ace (Brace)

Installation

$ npm install vue-bulma-brace --save

Examples

<template>
  <div>
    <brace style="height: 500px" 
      :fontsize="'12px'" 
      :theme="'github'" 
      :mode="'json'"
      :codefolding="'markbegin'"
      :softwrap="'free'"
      :selectionstyle="'text'"
      :highlightline="true">
    </brace>
  </div>
</template>

<script>
import Brace from 'vue-bulma-brace'

export default {
  components: {
    Brace
  }
}
</script>

Badges

npm.io npm.io