dev #1

Merged
Astrian merged 17 commits from dev into main 2025-02-20 04:29:20 +00:00
Showing only changes of commit 397103b636 - Show all commits

View File

@ -30,8 +30,7 @@ Here is an example of how to use Datenel in your React application:
```tsx ```tsx
import React from 'react' import React from 'react'
import { WeekPicker } from 'datenel-react' import { SingleDatePicker } from 'datenel-react'
import './app.scss'
export default () => { export default () => {
function onSelect(value) { function onSelect(value) {
@ -41,7 +40,7 @@ export default () => {
return ( return (
<div className='app'> <div className='app'>
<div className="border"> <div className="border">
<WeekPicker <SingleDatePicker
value={{ value={{
year: 2025, year: 2025,
month: 1, month: 1,