Bigalan09 / Elements

A web component library built using StencilJS.
MIT License
1 stars 0 forks source link

Component - Layout #13

Closed Bigalan09 closed 2 years ago

Bigalan09 commented 2 years ago

Layout component, while not visible in the user interface itself, provides a structure for other components using a one or two column layout system.

<el-layout>
  <div slot="top">
  ...
  </div>
  <div slot="main">
  ...
  </div>
  <div slot="sidebar">
  ...
  </div>
</el-layout>