contactout-components
v1.0.24
Published
This repository was created to enable sharing of React components between our various projects - `contactout_website` can import and use components directly - `extension_app` will have to install the `@contactout/contactout-components` npm package
Downloads
1
Readme
ContactOut's Shared Component Library
This repository was created to enable sharing of React components between our various projects
contactout_website
can import and use components directlyextension_app
will have to install the@contactout/contactout-components
npm package
Getting Started
Install this package:
npm add @contactout/contactout-components
Import the Button component:
import { Button } from "@contactout/contactout-components";
You can then render the Button
component like any other React component in JSX.