1.0.7 • Published 4 years ago

vk-text-editor-web-component v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

vk-text-editor-web-component

Web component wrapper for vk-text-editor react component library

Installation

npm install vk-text-editor-web-component --save

Usage

1. Require and use sample web component inside your application.

vk-text-editor component:

Web component wrapper for VkButton react component

<vk-text-editor
  label="submit"
  onClick="myFunction()"
  ></vk-text-editor>

<script>
  function myFunction() {
    console.log('Inside my function');
  }
</script>
1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago