UI Bootstrap (Angular Ui Team) has a nice looking TimePicker but I coundn't find similar in Mobile Angular UI. Am I missing something here? or any workaround?
Update:
What I'm asking here is that why TimePicker is not available (or Did I miss it? if I did, show me some code sample or link to a documentation) and Why Only the DatePicker is available in both platforms. I guess they are somehow derived from the same source (Bootstrap). Down voting is a good thing If I have asked something I shouldn't or simply a silly Question. What ever the reason for down voting I appreciate your comments about that. It helps me to improve my self. Thank you!
Answering my own question. :)
Nothing stops you mixing Mobile Angular UI & UI Bootstrap.
Related
I have a react application that uses Joy UI. I would like to use material UI as well. Can I use material UI and Joy UI together in a react app? If so how?
The official doc is live! Thanks Per Sunde for the fast info.
https://mui.com/joy-ui/guides/using-joy-ui-and-material-ui-together/
Yes, you can use Joy UI with Material UI (MUI), but you will have to implement a workaround, otherwise some components will throw an error and not work well or work at all.
siriwatknp updated the code and wrote a guide about how to use Joy UI and Material UI together. If you dont implement the fix described in the guide, then it will most likely fail when you try to use both libraries in the same project.
See the guide on how to use Joy and Material UI together here:
https://github.com/mui/material-ui/blob/master/docs/data/joy/guides/using-joy-ui-and-material-ui/using-joy-ui-and-material-ui.md
:::warning warning Note: Once Joy UI reaches component parity with Material UI, we recommend you to choose one or the other. Not only do they have a different design language (and therefore a different theme structure) but they would increase your bundle size as well as potentially create unnecessary complexities. :::
I believe they will post this guide on the official website soon, but I can only find the guide in their Github repo.
Update:
Guide is now on their official website:
https://mui.com/joy-ui/guides/using-joy-ui-and-material-ui-together/
Could someone help me out in creating a calendar component using react and material UI. The calendar should be similar to the one as shown in the link https://react.rocks/example/react-big-calendar . I've checked the scheduler component for material UI but as per what I have understood, it is licensed. Can someone help me out in suggesting how I can start with the design part for the calendar. Thanks a lot in advance!
I have tried long time with this process and realized, we should not do that. It's painful and especially takes lots efforts, does not worth for the user requirements.
You can use another library like this.
I just created the md-data-table repository based on google material.
It will be an extension for angular-material design:
https://github.com/iamisti/md-data-table
demo: http://iamisti.github.io/md-data-table/
Does it make sense to implement?
I mean, I didnt see any md-data-table in the milestone of angular material (which I dont see why). So that I just want to make sure, I don't waste my time.
Update: This answer is from 2015. What was said below about the feature did not arrive.
As ThomasBurleson wrote about a month ago in this github comment on an issue similar to your question or poll here.
This is a very important component for Angular Material and any UI
Component library.
With the current schedule and goals for v1.0, however, the mdDataTable
will be implemented after the v1.0 release of Angular Material.
At the time of writing ng-material is on version 0.10/0.10.1-rc1, and it has been stated they are working for a v1 release this summer.
ThomasBurleson again: (source)
Angular Material 1.0 has a planned release for summer of 2015.
I'm sure I've seen some implementations of datatables so far by the ng/ng-material community, so I guess we'll have to make do with user-contributed solutions for now. (user-created datatable here or here)
Would like to know what others are using as of 2015 for an Angular date picker that is an independent plugin.
Note: I saw this answer, which references UI Bootstrap, but the requirement is for a stand alone library. So that rules out Angular Strap as well :(
What I found so far:
http://720kb.github.io/angular-datepicker/
The 720k angular-datepicker looks promising, says it is responsive, and is recently maintained. IE compatibility is a question mark on its github page though, which would be nice.
https://github.com/alongubkin/angular-datepicker Port of pickdate.js to Angular, with jQuery stripped out. Interesting that it is 'responsive', but I wonder how well the bugs are worked out.
https://github.com/g00fy-/angular-datepicker Pretty full featured, but lacks docs.
After having a few issues with angular-strap I implemented the following:
https://github.com/dbushell/Pikaday
Worked well!
http://myplanet.github.io/angular-date-picker/
Localizable
Pure CSS – does not use any images
Pure Angular – does not rely on any other libraries
Compatible with IE8+
Does anyone knows the way to create ext js charts with Netzke? I guess there is no such component right know, but maybe someone have an idea.
What are the basic steps to connect using Rails and EXT JS, without Netzke?
I have looked at that gist and this https://gist.github.com/1190511
But I still can't figure it out. Is there a chance to see, no matter how simple a working version of the simplest chart in the Demo app or anything else? I understand the EXT side but I am having a real problem in putting it together with Netzke. I know I am missing something really simple.
A chart component is too application-specific, but it's surely possible to create one using Netzke built-in client-server mechanisms. Here's a demo: http://variant.herokuapp.com (try selecting different dates on the calendar to see the charts updated on the fly). Here's a gist for the LineChart component used there: https://gist.github.com/4112061 - hope, it can give you an idea (Netzke 0.7.x).