1.0.7 • Published 2 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago