Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 7579ba0

Browse files
committed
add childern
1 parent 78b5476 commit 7579ba0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/src/components/samples/Samples.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ function Samples() {
2828
<SamplesTitle>
2929
Samples
3030
</SamplesTitle>
31-
<JBDateInput label="simple date:"></JBDateInput>
32-
<JBDateInput label="with persian number" usePersianNumber={true}></JBDateInput>
33-
<JBDateInput label="with default value:" value="2020-08-10T08:51:23.176Z"></JBDateInput>
34-
<JBDateInput label="with min and max value:" value="2020-08-10T08:51:23.176Z" min="2020-08-05T08:51:23.176Z" max="2020-08-15T08:51:23.176Z"></JBDateInput>
35-
<JBDateInput label="with validation" validationList={validationList}></JBDateInput>
36-
<JBDateInput label="gregorian date:" inputType="GREGORIAN"></JBDateInput>
37-
<JBDateInput label="with default opened calendar date" inputType="JALALI" calendarDefaultDateView={{ year: 1350, month: 3, dateType:InputTypes.jalali }}></JBDateInput>
31+
<JBDateInput label="simple date:">{}</JBDateInput>
32+
<JBDateInput label="with persian number" usePersianNumber={true}>{}</JBDateInput>
33+
<JBDateInput label="with default value:" value="2020-08-10T08:51:23.176Z">{}</JBDateInput>
34+
<JBDateInput label="with min and max value:" value="2020-08-10T08:51:23.176Z" min="2020-08-05T08:51:23.176Z" max="2020-08-15T08:51:23.176Z">{}</JBDateInput>
35+
<JBDateInput label="with validation" validationList={validationList}>{}</JBDateInput>
36+
<JBDateInput label="gregorian date:" inputType="GREGORIAN">{}</JBDateInput>
37+
<JBDateInput label="with default opened calendar date" inputType="JALALI" calendarDefaultDateView={{ year: 1350, month: 3, dateType:InputTypes.jalali }}>{}</JBDateInput>
3838
<JBDateInput label="with custom icon">
3939
<div slot="calendar-trigger-icon">
4040
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" viewBox="0 0 610.398 610.398">

0 commit comments

Comments
 (0)