This repository was archived by the owner on Dec 25, 2024. It is now read-only.
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ this component is a simple react component that use [jb-date-input](https://gith
28
28
- support ` esm ` import build for modern ` ECMA Script ` nodejs app.
29
29
30
30
Demo & Sample
31
- in github: < https://javadbat.github.io/jb-date-input/ >
31
+ in github: < https://javadbat.github.io/jb-date-input-react / >
32
32
in codepen: < https://codepen.io/javadbat/pen/qBRyYKY >
33
33
34
34
## instructions
@@ -46,7 +46,7 @@ npm i jb-input-react
46
46
2- import package in your jsx file:
47
47
48
48
``` js
49
- import JBDateInput from ' jb-date-input-react' ;
49
+ import { JBDateInput } from ' jb-date-input-react' ;
50
50
```
51
51
52
52
3- use it in your jsx file like any other tag:
@@ -265,12 +265,12 @@ for better result i suggest you use `jb-date-input-inbox-element` tag but its op
265
265
example:
266
266
267
267
``` jsx
268
- < JBInput >
268
+ < JBDateInput >
269
269
< jb- date- input- inbox- element slot= " end-section" >
270
270
< div> after< / div>
271
271
< / jb- date- input- inbox- element>
272
272
< jb- date- input- inbox- element slot= " start-section" >
273
273
< div> before< / div>
274
274
< / jb- date- input- inbox- element>
275
- < / JBInput >
275
+ < / JBDateInput >
276
276
```
Original file line number Diff line number Diff line change 18
18
" react component" ,
19
19
" react"
20
20
],
21
- "version" : " 2.0.17 " ,
21
+ "version" : " 2.0.18 " ,
22
22
"bugs" : " https://github.com/javadbat/jb-date-input-react/issues" ,
23
23
"license" : " MIT" ,
24
24
"files" : [
36
36
"url" : " https://github.com/javadbat/jb-date-input-react"
37
37
},
38
38
"dependencies" : {
39
- "jb-date-input" : " >=3.7.11 "
39
+ "jb-date-input" : " >=3.7.12 "
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments