UNPKG

yoda-common-boilerplate

Version:

Repository of all JCP reusable atoms, molecules and organisms

19 lines (14 loc) 301 B
const LAYOUT = { DIRECTION: { HORIZONTAL: 'horizontal', VERTICAL: 'vertical', WRAP: 'wrap' }, SPACING: { COMFY: 'comfy', // Most padding COZY: 'cozy', // Medium padding COMPACT: 'compact', // Least padding NONE: 'none' // No padding } }; export default LAYOUT;