manojadams / layout-emotions

Styled components for layouting

Home Page:https://manojadams.github.io/layout-emotions/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add utility for adding gaps

manojadams opened this issue · comments

commented
commented

Added following props for gap configuration between fields:

  • gapX
  • gapY

Data type for both is number.

Actual gap calculation happens dynamically and it uses relative style units (rem).