-
Notifications
You must be signed in to change notification settings - Fork 0
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
Use DatePicker component from React95 #1
Comments
Hi Artur. Perfect! I wanted to use exactly this one, because I saw it on the website and loved it, but didn't see it on the Storebook. It makes sense. Will update to use this one. Thx a lot! |
@arturbien the DatePicker component is not exported on the latest dist. https://github.com/arturbien/React95/blob/master/src/index.js So I can't use it for now. |
@arturbien I've created a PR react95-io/React95#230 exporting it. Thanks a lot for letting me know. |
The component is not exported because it's not ready yet for prod as it is a quite complex one. Mostly due to internationalization (month names / day name abbreviations) issues and other. You can see some discussion about it here: react95-io/React95#194 |
Damn, this comment supposed to go under the PR 😅 before the component is ready (and nobody is working on it rn) it's better for you to just copy the code and it integrate it in your codebase (you'll probably need to change import paths for components etc). |
Thx, @arturbien. Yep, I'm working on it locally and it looks awesome. Thx for letting me know! |
Just a suggestion- there's DatePicker component in React95 repo that wasn't released yet because we didn't write tests for it yet. It looks like the original Win95 datepicker and you can find it here: https://github.com/arturbien/React95/tree/master/src/DatePicker
The text was updated successfully, but these errors were encountered: