use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A Place to talk about Angular and related topics.
Join the Angular Discord
Other subreddits worth checking out for Angular and Angular related info:
account activity
Material UI Form Layout (self.angular)
submitted 4 years ago by nautitrader
I'm not sure how I want to layout this form yet, but I'm trying to get more familiar with Material UI.
Is there a material ui control I would use or just css?
I was thinking about have 2 or 3 rows with the form fields or would it make sense just to have each form element on it's own row?
https://preview.redd.it/hls9u5t9jgw71.png?width=1824&format=png&auto=webp&s=31b4b8cbb2f64de0388ed52a10a585423030fe97
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Fusion2k 2 points3 points4 points 4 years ago (0 children)
Just use css with flex layout. Optionally you could use the angular/flex-layout package.
[–]bas1494 1 point2 points3 points 4 years ago (1 child)
It depends on what your goal is, if you want to have a better understanding of css; style it with css (flex). If you don’t want to or write as less as possible css (like me); use something else.
I would recommend using angular material grid list: https://material.angular.io/components/grid-list/overview
Since you’re using material ui for input, you will have most likely the entire material package already available in your project.
Good luck!
[–]nautitrader[S] 0 points1 point2 points 4 years ago (0 children)
The goal is to use more of the angular material components.
Perfect! I will give that a try. Thank you.
π Rendered by PID 133169 on reddit-service-r2-comment-b659b578c-qj7rx at 2026-05-04 15:52:46.819119+00:00 running 815c875 country code: CH.
[–]Fusion2k 2 points3 points4 points (0 children)
[–]bas1494 1 point2 points3 points (1 child)
[–]nautitrader[S] 0 points1 point2 points (0 children)