@aws-amplify/ui
Version:
`@aws-amplify/ui` contains low-level logic & styles for stand-alone usage or re-use in framework-specific implementations.
19 lines (17 loc) • 513 B
JavaScript
const placeholder = {
borderRadius: { value: '{radii.small.value}' },
transitionDuration: { value: '{time.long.value}' },
startColor: { value: '{colors.background.secondary.value}' },
endColor: { value: '{colors.background.tertiary.value}' },
// sizes
small: {
height: { value: '{space.small.value}' },
},
default: {
height: { value: '{space.medium.value}' },
},
large: {
height: { value: '{space.large.value}' },
},
};
export { placeholder };