React Snippet Component :)
Welcome toSee in Action
Installation
React Snippet Component is available as an NPM Package
using npm
npm i react-snippet-component
Usage
const Snippet = <div> <div> <h1>Hello!</h1> <p>Welcome to my snippet</p> </div> <SnippetComponent image=NyanCat alt="NyanCat" title="Title" span="Span" href="https://rebyoliveira.github.io/projects/" /> </div>
Dependencies
SnippetComponent.propTypes = {
image: PropTypes.string,
alt: PropTypes.string,
title: PropTypes.string,
span: PropTypes.string,
href: PropTypes.string
}
License
This project is licensed under the terms of the MIT license.