Quote API
API reference for the Quote component: its props with their token values and defaults, the styled-system prop groups, and forwarded HTML attributes.
Demos
For usage examples, visit the component demo page: Quote
Import
import { Quote } from '@soroush.tech/design-system/Quote'Props
Accepts all ViewProps - spacing (p, m, ...), layout, bg (→ theme.background),
borderRadius (→ theme.radii), and so on. Only the left border is fixed by the component; every
other visual is a passthrough View prop.
<Quote bg="terminal" p={3} borderRadius="md">
<Typography variant="body1" color="secondary">
Quoted content
</Typography>
</Quote>
Source code
If this page does not answer your question, have a look at the implementation of the component for more detail.