particle2
v1.0.0
Published
React components for articles shared across Positron, Force, and maybe others
Downloads
3
Readme
particle2
React components for articles shared across Positron, Force, and maybe others.
Example
import { ArtworkImage } from 'particle2'
class Component extends React.Component {
render() {
<ArtworkImage artwork={artwork} />
}
}