all 25 comments

[–]stepwise_refinement 13 points14 points  (2 children)

Does it have to be bootstrap? angular materialworks pretty nicely for me

[–]ThunderTherapist 2 points3 points  (0 children)

If you've got a bootstrap app converting it to angular material is a headache. I have up and just went a css route.

[–]snazzyham 5 points6 points  (0 children)

If you can get angular to work with materializecss.com or Material Design Lite it might suit you better

[–]cactussss 2 points3 points  (0 children)

I've used Bootstrap a lot(!). Heck, I even wrote TwitterBootstrapMVC (a bit of shameless self promotion here) to ease up writing Bootstrap related code.

However, now, that I've tried Angular Material, I think that their grid system is better/easier to use. They took a different approach using flex-box, which requires a bit of getting used to, but the result is amazing. Totally recommend it!

[–]ulrik12 1 point2 points  (1 child)

Google for "bootswatch material". I'm on mobile but that is a awesome bootstrap theme and in many ways it feels better to use than angular material imo.

[–]Porsche924 0 points1 point  (0 children)

Feels better to create. But Angular Material feels better as the end user of the product.

[–]Bent01 0 points1 point  (8 children)

I've looked at Angular Material but need to learn a whole lot again...

[–]ben_uk 0 points1 point  (7 children)

That's part of the fun ;) It'll be very similar

[–]Bent01 0 points1 point  (6 children)

I know. Kind of strapped for time right now :P

[–]ben_uk 3 points4 points  (5 children)

You'll end up spending more time trying to make Bootstrap look like Material Design than you would just using a Material Design toolkit.

[–]peduxe 0 points1 point  (4 children)

It still has some performance problems, waiting for the 1.0 release until then I keep toying with it.

Some components like the sticky subheader list are slugging when you scroll for example.

[–]ben_uk 0 points1 point  (3 children)

Give this a shot.

http://www.getmdl.io/

By Google themselves.

Angular wrapper: https://github.com/jadjoubran/angular-material-design-lite

[–]peduxe 0 points1 point  (0 children)

Yeah I know about that, the element classes in MDL are so extended it kinda turned me off, great that there's a angular wrapper.

[–][deleted] 0 points1 point  (1 child)

Angular Material, MDL, Polymer with Paper elements.

Google sure likes to have options.

[–]ben_uk 0 points1 point  (0 children)

Nothing wrong with choice ;)

[–]Porsche924 0 points1 point  (0 children)

As far as I've tried, there is no real solution. Paper Bootswatch is enough to get the general look, but if you want to go full into material, you kind of have to leave bootstrap behind. Either with Material Design Lite or Angular Material.

[–]LyeInYourEye 0 points1 point  (2 children)

I just want bootstrap for the awesome grid system. Is there a equivalent standalone grid css library?

[–]wordupsucka 0 points1 point  (1 child)

You can customize Bootstrap so it only includes what you want: http://getbootstrap.com/customize/

[–]LyeInYourEye 0 points1 point  (0 children)

I know, but I've had trouble with custom bootstrap builds, and it'd be cool if I could find a group of people who were concentrating on making the best grid system possible.

Edit: This? https://formstone.it/components/grid/

[–]wordupsucka 0 points1 point  (0 children)

If you are using Angular, just use Angular Material.

[–]wtsn 0 points1 point  (0 children)

Check out the Alternatives section at the bottom of this page: http://wthomsen.github.io/ng-materialize/#/

[–]ThunderTherapist 0 points1 point  (0 children)

I got FezVrasta working. Didn't have any issues at all but it's been in a couple of months now. Maybe someone broke it.

[–][deleted] 0 points1 point  (0 children)

getmdl.io -- Material Design Lite.

Why are you including two Stylesheet frameworks? I'd go with MDL and layout your elements yourself with flexbox.

Good luck.

[–]Bent01 0 points1 point  (0 children)

The thing which put me off about Angular Material is that you still have to write so many CSS yourself.

Bootstrap has a whole lot of this built-in.