proof-concept-common-components
v0.2.0
Published
This is a simple common component #NPM# library for the purpose of creating a Proof of Concept
Readme
This is a simple common component #NPM# library for the purpose of creating a Proof of Concept
Getting Started
Install the component using npm i proof-concept-common-components Which should add it to the package.json
Add the single component to one of your.tsx files with the following
import { CoolButton } from "proof-concept-common-components";
<react setup stuff>
<CoolButton label="Imported from NPM!"/>A label must be added, this is a string that is displayed on the button
