File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # react-admin-date-inputs
1
+ # react-admin-date-inputs2
2
2
3
3
\< DateInput>, \< TimeInput> and \< DateTimeInput> components for [ React-Admin] ( https://github.com/marmelab/react-admin ) .
4
4
7
7
## Installation
8
8
9
9
```
10
- npm install react-admin-date-inputs --save
10
+ npm install react-admin-date-inputs2 --save
11
11
```
12
12
13
13
## Usage
@@ -27,7 +27,7 @@ import {
27
27
TabbedForm ,
28
28
FormTab ,
29
29
} from ' react-admin'
30
- import { DateInput , TimeInput , DateTimeInput } from ' react-admin-date-inputs ' ;
30
+ import { DateInput , TimeInput , DateTimeInput } from ' react-admin-date-inputs2 ' ;
31
31
32
32
export const NewsEdit = (props ) => (
33
33
< Edit title= {< NewsTitle / > } {... props}>
@@ -74,4 +74,4 @@ npm run build
74
74
75
75
## License
76
76
77
- This library is licensed under the [ MIT Licence] ( https://github.com/vascofg /react-admin-date-inputs/blob/master/LICENSE ) .
77
+ This library is licensed under the [ MIT Licence] ( https://github.com/x5engine /react-admin-date-inputs/blob/master/LICENSE ) .
You can’t perform that action at this time.
0 commit comments