Quote
@magic-modules/quote
this is the @magic-modules Quote component.
It adds “” around the quote and sets font - style: italic.
“@magic-modules/quote”installation
npm install --save-exact @magic-modules/quote
usage
Markdown:
<Quote quote="Insightful Quote String"></Quote>
Javascript:
Quote('Insightful Quote String')
renders
“Insightful Quote String”source
the source for this page is in the example directory and gets built and published to github using @magic