1.1.0 • Published 4 years ago

@themeables/layout v1.1.0

Weekly downloads
18
License
MIT
Repository
github
Last release
4 years ago

@themeables/layout

What is a themeable? You can find more in the @themeables readme

Properties that the theme function for the @themeables/layout should return:

type TThemeableLayout = {
  height?: number,
  width?: number,
  minWidth?: number,
  maxWidth?: number,
  minHeight?: number,
  maxHeight?: number,
  direction?: TLayoutDirection,
  vAlign?: TVAlign,
  hAlign?: THAlign,
}

You can see a full example usage in the meta file

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago