sriracha-ui
Version:
A react style library build with styled-components, and material ui theme.
23 lines (22 loc) • 1.45 kB
JavaScript
export { default as sizeBase } from "./strings/basic/size";
export { default as flexRowBase } from "./strings/basic/row";
export { default as flexColumnBase } from "./strings/basic/column";
export { default as styleBase } from "./strings/basic/style";
export { default as imageBase } from "./strings/basic/image";
export { default as backgroundBase } from "./strings/basic/background";
export { default as fontBase } from "./strings/basic/font";
export { default as centerFontBase } from "./strings/basic/centerFont";
export { default as buttonSizeBase } from "./strings/button/size";
export { default as buttonStyleBase } from "./strings/button/style";
export { default as cardStyleBase } from "./strings/card/style";
export { default as cardSizeBase } from "./strings/card/size";
export { default as navSizeBase } from "./strings/nav/size";
export { default as shapeBase } from "./strings/basic/shape";
export { default as heroStyleBase } from "./strings/hero/style";
export { default as heroBackgroundBase } from "./strings/hero/background";
export { default as inputStyleBase } from "./strings/input/style";
export { default as inputSizeBase } from "./strings/input/size";
export { default as positionBase } from "./strings/basic/position";
export { default as wrapperSizeBase } from "./strings/wrapper/size";
export { default as toolTipBase } from "./strings/unique/toolTip";
export { default as appWrapperBase } from "./strings/unique/appWrapper";