A next-generation tool to create blazing-fast documentation sites
API
created:12/30/2020
updated:12/30/2020
loc
5
comments
0

Date

@component-controls/core
3.14.6
import { DateControl } from '@component-controls/core';

Overview

A simple story that displays date/time

1/13/2022, 9:28:22 PM
Name
Description
Default
Controls
date

a datetime value

date
"2022-01-14T02:28:22.780Z"
Name
Description
Default
ComponentControlDate(3 properties)
type
ControlTypes.DATE
-
datePicker

whether to display a date picker (calendar). default: true

boolean
-
timePicker

whether to display a time picker (calendar). default: true

boolean
-
ComponentControlBase(9 properties)

Commits

Date
Author
Commit Message
6/16/2020

atanasster

avatar of atanasster
chore: merge specification into core package
1 commits
file
imports
"../../controls"
ComponentControlDate
"./types"
AsReactComponent

Stories

Only Date Picker

A simple story that displays date

1/13/2022, 9:28:22 PM

Only Time Picker

A simple story that displays time

1/13/2022, 9:28:22 PM