does angular material have a grid system?

前端 未结 3 1008
忘掉有多难
忘掉有多难 2021-02-04 01:28

I\'m starting a project with angular material. Does it have a native system for positioning elements in a responive grid like bootstrap does ?

Otherwise is it ok practic

3条回答
  •  难免孤独
    2021-02-04 01:53

    Looks like Angular Material (7.0.3) still do not have solid grid system like bootstrap, else they would have included it in their official documentation

    and we still need to use Anuglar Material because of richer UI/UX.

    solution is to take only grid part from bootstrap.

    stylesheetbootstrap-grid.css can be used as mentioned in bootstrap documentation or corresponding cdn can be used to utilize bootstrap provided grid functionality.

提交回复
热议问题