Skip to content
Snippets Groups Projects
  • Ray Schamp's avatar
    789fd146
    Layout pass · 789fd146
    Ray Schamp authored
    Move layout styles from component stylesheets to the GUI, or the component that is placing the component.
    
    Add a new `Box` component to control layouts, basically giving a convenient way to lay out with flexbox.
    
    Use `Box` as the output component for any component that may need to be passed layout options. The props passing convention allows giving layout props to the final `Box` component, making wrapping with another `Box` unnecessary in some cases.
    789fd146
    History
    Layout pass
    Ray Schamp authored
    Move layout styles from component stylesheets to the GUI, or the component that is placing the component.
    
    Add a new `Box` component to control layouts, basically giving a convenient way to lay out with flexbox.
    
    Use `Box` as the output component for any component that may need to be passed layout options. The props passing convention allows giving layout props to the final `Box` component, making wrapping with another `Box` unnecessary in some cases.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.