Skip to content

Commit

Permalink
Update README.md 📚
Browse files Browse the repository at this point in the history
  • Loading branch information
onesine committed Aug 18, 2024
1 parent 0cb0151 commit 98b3229
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ module.exports = {
Then use react-tailwindcss-select in your app:

```tsx
import React, { useState } from "react";
import { useState } from "react";
import Datepicker from "react-tailwindcss-datepicker";

const App = () => {
Expand All @@ -98,9 +98,9 @@ const App = () => {
});

return (
<div>
<>
<Datepicker value={value} onChange={newValue => setValue(newValue)} />
</div>
</>
);
};

Expand Down

0 comments on commit 98b3229

Please sign in to comment.