Feature request: New presentational fields (Line, Headline, Columns) #8523
iamlinkus
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How about a few new presentational fields?
Line (no props) - Just a simple
<hr>
, quick and easy, for content separation without impacting the data. You'd be surprised how useful this would be.Headline (size could be a prop s/m/l or something like that)- Simple heading text (kind of how groups add a heading, but without the impact to the shape of the data).
Columns - We have the field "row", but all it does is put all fields, sized equally, into a row. Imagine you could divide the fields into columns, define the column widths using a ratio. Something like:
Beta Was this translation helpful? Give feedback.
All reactions