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
Readme
ContactOut's Shared Component Library
This repository was created to enable sharing of React components between our various projects
contactout_websitecan import and use components directlyextension_appwill have to install the@contactout/contactout-componentsnpm package
Getting Started
Install this package:
npm add @contactout/contactout-componentsImport the Button component:
import { Button } from "@contactout/contactout-components";You can then render the Button component like any other React component in JSX.
