1.4.5 • Published 11 months ago

@forter/date-picker v1.4.5

Weekly downloads
9
License
Apache-2.0
Repository
github
Last release
11 months ago

fc-date-picker

An element by Forter

Usage

<script>
   import '@forter/date-picker';
</script>

<fc-date-picker>
</fc-date-picker>

Examples

<!-- Timestamp Int Dates -->
<fc-date-picker .dates="${[1588305600000]}">
</fc-date-picker>

<!-- Timestamp Preset Dates -->
<fc-date-picker .dates="${['1588305600000']}">
</fc-date-picker>

Properties

PropertyAttributeTypeDefaultDescription
datesdatesany[]Dates picked. example: 1626886021472
disableddisabled"" \| "disabled"
formatformatstring"MM-DD-YYYY"Date Format. default: MM-DD-YYYY, example: DD MMM YYYY HH:mm
invalidinvalidbooleanfalseWhether the input is invalid
requiredrequiredbooleanfalseIf the input is required
rightright"right-opening" \| "left-opening"
validvalidbooleanfalseWhether the input is valid
valuevaluestringDate Format. example: 1588305600000

CSS Custom Properties

PropertyDescription
--fc-date-picker-border-colorinput border color. example: pink
--fc-date-picker-colortext color. example: pink
1.4.5

11 months ago

1.4.4

2 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago