flex-embed
v1.0.2
Published
SUIT CSS Flex Embed component
Downloads
11
Readme
Examples:
<FlexEmbed width={200} background="yellow" ratio={9 / 16}>
Hooray!
</FlexEmbed>
Use percentage
prop instead of ratio
<FlexEmbed width={200} background="yellow" percentage="75%">
Hooray!
</FlexEmbed>