Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar widget access #75

Closed
mokargas opened this issue Nov 23, 2017 · 3 comments
Closed

Calendar widget access #75

mokargas opened this issue Nov 23, 2017 · 3 comments
Assignees

Comments

@mokargas
Copy link

Hey there,

Is it possible just to expose the Calendar widget alone instead of the entire Date Picker?

@dmtrKovalenko
Copy link
Member

Hi, seems that there is no way for now)
Because of its build with rollup as entire module, with just 3 exports.
Hmm I think we should change build strategy like in material ui to have exported all component.

@dmtrKovalenko dmtrKovalenko self-assigned this Nov 24, 2017
@alitaheri
Copy link
Member

@dmtrKovalenko Will you take care of this? I can reuse the same methods used by material-ui.

@alitaheri
Copy link
Member

@mokargas Now you can access whatever you want. it's all under material-ui-pickers/src.

import Calendar from 'material-ui-pickers/src/DatePicker/Calendar';

...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants