We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574aac3 commit 3ac66ccCopy full SHA for 3ac66cc
apps/web/examples/datepicker/datepicker.format.tsx
@@ -4,18 +4,18 @@ import { Datepicker } from 'flowbite-react';
4
const code = `
5
'use client';
6
7
-import { Datepicker } from 'flowbite-react';
+import { Datepicker } from "flowbite-react";
8
9
function Component() {
10
- return <Datepicker inputFormat='dd-MMM-yyyy' />;
+ return <Datepicker inputFormat="dd-MMM-yyyy" />;
11
}
12
`;
13
14
const codeRSC = `
15
16
17
18
19
20
21
0 commit comments