Blockquote#
Import#
import { Blockquote } from 'bumbag'
Usage#
"Out here, survival is the name of the game. Only it's not a game; it's deadly serious."
- Russell Coight
Editable example
Border styling#
The left border can be modified using the primitive style props:
"Out here, survival is the name of the game. Only it's not a game; it's deadly serious."
- Russell Coight
Editable example
Or you can hide the border:
"Out here, survival is the name of the game. Only it's not a game; it's deadly serious."
- Russell Coight
Editable example
Blockquote Props#
Inherits Box
props
use
string | (ComponentClass<any, any> & { useProps: any; }) | (FunctionComponent<any> & { useProps: any; })
className
string
children
string | number | boolean | {} | ReactElement<any, string | ((props: any) => ReactElement<any, string | ... | (new (props: any) => Component<any, any, any>)>) | (new (props: any) => Component<...>)> | ReactNodeArray | ReactPortal | ((props: BoxProps) => ReactNode)
alignX
"right" | "left" | "center"
alignY
"top" | "bottom" | "center"
variant
string
colorMode
string
disabled
boolean
overrides
{ useCSSVariables?: boolean; altitudes?: AltitudesThemeConfig; borders?: BordersThemeConfig; borderRadii?: BorderRadiiThemeConfig; ... 95 more ...; Template?: TemplateThemeConfig; }
elementRef
((instance: any) => void) | RefObject<any>
themeKey
string
Theming#
Blockquote.styles.base
This is a block
On this page