MCPcopy Create free account
hub / github.com/chakra-ui/panda / getHstackStyle

Function getHstackStyle

packages/studio/styled-system/patterns/hstack.mjs:18–21  ·  view source on GitHub ↗
(styles = {})

Source from the content-addressed store, hash-verified

16defaultValues:{gap:'8px'}}
17
18export const getHstackStyle = (styles = {}) => {
19 const _styles = getPatternStyles(hstackConfig, styles)
20 return hstackConfig.transform(_styles, patternFns)
21}
22
23export const hstack = (styles) => css(getHstackStyle(styles))
24hstack.raw = getHstackStyle

Callers 2

hstack.mjsFile · 0.90
hstackFunction · 0.85

Calls 2

getPatternStylesFunction · 0.90
transformMethod · 0.45

Tested by

no test coverage detected