An open API service indexing awesome lists of open source software.

https://github.com/vaadin-component-factory/vcf-field-description


https://github.com/vaadin-component-factory/vcf-field-description

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# <vcf-field-description>

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/web-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![npm version](https://badgen.net/npm/v/@vaadin-component-factory/vcf-field-description)](https://www.npmjs.com/package/@vaadin-component-factory/vcf-field-description)
[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/field-description)

This is the npm version [vcf-field-description](https://github.com/vaadin-component-factory/vcf-field-description) developed using LitElement.

![screenshot](https://github.com/vaadin-component-factory/vcf-field-description/blob/main/.github/images/screenshot1.png)

## Build

```sh
npm install
npm run build
```

## Installation

Install `vcf-field-description`:

```sh
npm i @vaadin-component-factory/vcf-field-description --save
```

## Usage

Once installed, import it in your application:

```js
import '@vaadin-component-factory/vcf-field-description';
```

Add `` to the page.

## Contributing

To contribute to the component, please read [the guideline](https://github.com/vaadin/vaadin-core/blob/master/CONTRIBUTING.md) first.

## License

Apache License 2