@ta-interaktiv/react-annotated-content
v0.1.8
Published
Component to render annotations above other content
Downloads
621
Keywords
Readme
@ta-interaktiv/react-annotated-content
Component to render annotations above other content
Usage
import { } from '@ta-interaktiv/react-annotated-content'
export const parentComponent = () => {
return <>
<ContentWidth>I am as wide as the widest element on the page</ContentWidth>
<TextWidth>I am as wide as text</TextWidth>
<TextWidthExtended>I am a bit wider than the text</TextWidthExtended>
</>
}