ben-ryder / jigsaw

A design system and component library for use in my personal projects.
https://jigsaw.benryder.dev
GNU General Public License v3.0
0 stars 0 forks source link

Add container/layout functionality for basic page layouts #54

Open ben-ryder opened 1 year ago

ben-ryder commented 1 year ago

Describe the feature This would include adding a number of container layout, replacing the existing "JContentSection" component:

Additional context How would this related to app layouts like the RibbonLayout from #51? Are there other common layout I could include like centered content with side menu/table of contents?

ben-ryder commented 1 year ago

<JLayout../> - Full blown layouts, such as <JLayoutRibbon /> etc

<JContainer.../> - Simple max-width containers that apply automatic gutter padding & spacing between container sections. Such as <JContainerLarge /> and <JContainerSmall />