0.0.2 • Published 3 years ago
@magic-modules/cite v0.0.2
@magic-modules/cite
This is the @magic-modules Cite component.
It wraps @magic-modules/quote around the quote and wraps the Author in a minimally styled paragraph.
install:
npm install --save-exact @magic-modules/cite
usage:
Markdown:
<Cite author="Awesome Person" quote="Insightful Cite String"></Cite>
Javascript:
Cite({ quote: 'Insightful Cite String', author: 'Awesome Person' })
changelog
0.0.1
first release.
0.0.2
update dependencies
0.0.3 - unreleased
...