Skip to content

Commit a0bb6f6

Browse files
committed
docs: improve documentation
Add additional information for publishing the component in Vaadin's directory.
1 parent 2ae1fc1 commit a0bb6f6

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

Demo.gif

485 KB
Loading

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[![npm version](https://badgen.net/npm/v/@vaadin-component-factory/vcf-date-range-picker)](https://www.npmjs.com/package/@vaadin-component-factory/vcf-date-range-picker)
2-
3-
[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadin-component-factoryvcf-date-range-picker)
4-
[![Stars on vaadin.com/directory](https://img.shields.io/vaadin-directory/star/vaadinvcf-date-range-picker.svg)](https://vaadin.com/directory/component/vaadin-component-factoryvcf-date-range-picker)
2+
[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadin-component-factoryvcf-date-range-picker)
3+
[![Stars on vaadin.com/directory](https://img.shields.io/vaadin-directory/star/vaadin-component-factoryvcf-date-range-picker.svg)](https://vaadin.com/directory/component/vaadin-component-factoryvcf-date-range-picker)
54

65
# <vcf-date-range-picker>
76

@@ -12,7 +11,7 @@
1211
</vcf-date-range-picker>
1312
```
1413

15-
[<img src="./screenshot.png" width="439" alt="Screenshot of vcf-date-range-picker">](https://vaadin.com/components/vcf-date-range-picker)
14+
![GIF for fc-menuitem](./Demo.gif)
1615

1716
## Running demo
1817

vaadin-directory-description.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11

22
# &lt;vcf-date-range-picker&gt;
33

4-
[![Available in Vaadin_Directory](https://img.shields.io/vaadin-directory/v/vaadinvcf-date-range-picker.svg)](https://vaadin.com/directory/component/vaadinvcf-date-range-picker)
4+
[![Available in Vaadin_Directory](https://vaadin.com/directory/component/vcf-date-range-picker.svg)](https://vaadin.com/directory/component/vcf-date-range-picker)
55

6-
[&lt;vcf-date-range-picker&gt;](https://vaadin.com/components/vcf-date-range-picker) is a Web Component providing a date selection field which includes a scrollable month calendar view, part of the [Vaadin components](https://vaadin.com/components).
6+
[&lt;vcf-date-range-picker&gt;](https://vaadin.com/components/vcf-date-range-picker) is a Web Component providing a date range selection field which includes a scrollable month calendar view.
77

8-
9-
[<img src="https://raw.githubusercontent.com/vaadin/vcf-date-range-picker/master/screenshot.png" width="439" alt="Screenshot of vcf-date-range-picker">](https://vaadin.com/components/vcf-date-range-picker)
8+
![GIF for fc-menuitem](./Demo.gif)
109

1110
## Example Usage
1211
```html
13-
<vcf-date-range-picker label="Label" placeholder="Placeholder">
12+
<vcf-date-range-picker label="Enter date range">
1413
</vcf-date-range-picker>
1514
```

0 commit comments

Comments
 (0)