# vtfk-component-library

> **Audience:** Developer consuming this package.

---

## Install

`npm i vtfk-component-library`

---

## Basic Usage

> Note: For full documentation, see link at the bottom of this page.

```js
import MyComponent from 'vtfk-component-library/cjs/ui/MyComponent' // commonjs

import MyComponent from 'vtfk-component-library/es/ui/MyComponent' // ES modules
```

```html
<MyComponent onClick={() => {}}>Test</MyComponent>
```
