-
Notifications
You must be signed in to change notification settings - Fork 14
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
Create components #2
Comments
Why don't you just use the existing angular material design 2 instead of creating new web components. So if you have a TabView on NativeScript just tell angular 2 to create a md-tab on the web. And we all know the power of the material design directives. |
@OscarAgreda are you talking about angular/material2? That's a cool idea, but I think that project is still very much in alpha. |
@jrood 1- Convert/Transpose/translate each NativeScript component into their matching angular/material2 directive. i use angular-material version 1 in production and is so well done and awesome . I don't think the material design team will take too much longer to release a good version of Angular Material Design 2 , considering that Angular 2 is almost out. Therefore with that assumption , I think option 2 makes more sense. |
@OscarAgreda good point. I hadn't thought about css maintenance. |
What about using ionic 2 for this |
@prijindal That's a really great idea :) |
If you guys need any help, I can help with making and integrating these components. |
@prijindal we would love your help. If you could help integrate Ionic 2 and get that working would be awesome. |
I will look into it |
@NathanWalker Are you looking for the web equivalents to the {N} components? If so, I have a few of them already baked; just would need to abstract out my app branding logic from them. i.e. SegmentedBar for Web Declaration
|
Are people still interested in the functionality offered by this repo? |
I learned to live without it, would still love to see the components though |
Yes definitely. In fact, OscarAgreda's suggestion to use the Angular 2 Material components seems like an even better idea to me now that I've used some of those components. |
I can't think of a library I want more to become reality. I'll try helping in the future. |
https://docs.nativescript.org/ui/ui-views
The text was updated successfully, but these errors were encountered: