Lily's - Kit

Enhanced human interfaces
& user experiences

Powered by dead simple CSS props and a mix of common convention rules.

anchor article button details flex grid input label list slider table textarea

Grid custom

<grid/> in web development is used to define a flexbox container, which enables flexible layout management within a parent element. It allows child elements to dynamically adjust their size and alignment based on available space and specified rules, making it ideal for creating responsive and dynamic layouts.

<grid>
  <span>- content -</span>
  <span>- content -</span>
  <span>- content -</span>
  <span>- content -</span>
</grid>
- content -- content -- content -- content -

— parentElement PROPS

propdescriptionrequires
- - 2 … 12sets maximum amount of columns-
<grid data-props="--2">
  <span>- content -</span>
  <span>- content -</span>
  <span>- content -</span>
  <span>- content -</span>
</grid>
- content -- content -- content -- content -
<grid data-props="--12">
  <span>- content -</span>
  <span>- content -</span>
  <span>- content -</span>
  <span>- content -</span>
</grid>
- content -- content -- content -- content -- content -- content -- content -- content -- content -- content -