@amp-labs/react
v1.16.0
Published
Ampersand React library.
Downloads
2,011
Keywords
Readme
Ampersand React library
Overview
Ampersand is a config-first platform for SaaS builders who are creating user-facing 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
- React version 18+
- Chakra 2.4.4+ (https://chakra-ui.com/getting-started)
- Chakra peer dependencies: @emotion/react, @emotion/styled, framer-motion
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.