1.0.8 • Published 2 years ago

vk-text-editor v1.0.8

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

vk-text-editor

Installation

npm install vk-text-editor --save

Usage

1. Require and use sample react components inside your application.

Button component:

<VkButton
  kind = 'primary'
  id = 'submitBtn'
  type = 'submit'
  disabled = true
  onClick = {this.onClick},
  label='Submit'
/>

Badge component

<VkBadge
  value = 10
/>
1.0.8

2 years ago

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.1

2 years ago

1.0.0

2 years ago