0.0.2 • Published 2 years ago

@magic-modules/cite v0.0.2

Weekly downloads
40
License
AGPL-3.0
Repository
github
Last release
2 years ago

@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.

NPM version Linux Build Status Windows Build Status Coverage Status Greenkeeper badge Known Vulnerabilities

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

...