Blog posts with tag material-design
Create a multi select chips component with Angular Material
2020-12-30•
11 min read
I was going through the material design spec document the other day and came across the ever so versatile material chips. They're versatile in the sense that you can use them as action buttons, filter buttons or selection buttons depending on your use case. For instance, I wanted to use them as multi select chips.
Create a responsive navbar in Angular using Flex Layout
2020-06-21•
7 min read
Designing a navbar (or a toolbar) is easy for one screen size, but to make a truly responsive navbar, Flex Layout provides us with some neat tricks we can use!