Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@3yourmind/kotti-ui

3YOURMIND8.4kMIT8.7.11TypeScript support: included

Kotti Vue Component UI

readme

@3yourmind/kotti

TODO: description

Usage

import { KtFieldText } from '@3yourmind/kotti'

// TODO: Improve Usage Documentation

Types

Kotti components are internally annotated like this:

export namespace KottiComponent {
    export type Events = {}

    export type Props = {}

    export type Translations = {}
}

externally, they can be used via Kotti.Component.Props:

import { Kotti } from '@3yourmind/kotti-ui'

const options: Kotti.FieldSingleSelect.Props['options'] = []