Width / Height ScaleExamples#import { Flex, Box } from 'tailor-ui';CopyThe width utility parses a component's width prop and converts it into a CSS width declaration.Numbers from 0-1 are converted to percentage widths.Numbers greater than 1 are converted to pixel values.String values are passed as raw CSS values.25%#25%25%25%25%REFRESHSHOW CODE33%#33%33%33%REFRESHSHOW CODE50%#50%50%REFRESHSHOW CODE