4.1.0 • Published 3 years ago

@themeables/border v4.1.0

Weekly downloads
27
License
MIT
Repository
github
Last release
3 years ago

@themeables/border

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

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

type TThemeableBorder = {
  color: TColor,
  topLeftRadius?: number,
  topRightRadius?: number,
  bottomRightRadius?: number,
  bottomLeftRadius?: number,
  topWidth?: number,
  rightWidth?: number,
  bottomWidth?: number,
  leftWidth?: number,
  overflowBottom?: number,
  overflowLeft?: number,
  overflowRight?: number,
  overflowTop?: number,
}

You can see a full example usage in the meta file