@veams/decorators

Decorators for Veams framework.

Usage no npm install needed!

<script type="module">
  import veamsDecorators from 'https://cdn.skypack.dev/@veams/decorators';
</script>

README

Veams Decorators (@veams/decorators)

The Veams Decorators are helper scripts to support an easy extending of components.

TypeScript is supported.


Installation

NPM

npm install @veams/decorators --save

Yarn

yarn add @veams/decorators

Usage

Just import the helper you need:

import renderOnChange from '@veams/decorators/lib/render-on-change';

or the whole library

import * as decorators from '@veams/decorators';

Decorators in Detail