Ampersand React library
Overview
Ampersand is a declarative platform for SaaS builders who are creating product integrations.
This repository contains the Ampersand React library, a set of React components that allow your end users to install and manage Ampersand integrations.
Prerequisites
Installation
In your repo, use npm
to install the package:
npm install @amp-labs/react
If you are using yarn, you'll have to also install the peer dependencies.
yarn add @amp-labs/react @chakra-ui/react @emotion/react @emotion/styled framer-motion
Usage
Please visit our documentation to learn more about how to use this library.
License
This repository is licensed under the MIT license.
To read this license, please see LICENSE.md.
Local Development
Please see CONTRIBUTING.md.