Blockquote
A blockquote is a way to stylistically and semantically present a quote from another source
Prop name | Type | Default | Description |
---|---|---|---|
cite | string | null | The author or work to be cited in the blockquote |
className | string | null | A custom className you would like to pass to the Component |
rightBorder | bool | false | Whether or not to render the border on the right |
children | union | Required | Content of the blockquote |