@amp-labs/react 1.16.0 → 1.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -1
- package/build/amp-react.cjs.js +13 -13
- package/build/amp-react.es.js +2516 -2417
- package/build/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,23 @@
|
|
|
1
|
+
<br/>
|
|
2
|
+
<div align="center">
|
|
3
|
+
<a href="https://www.buildwithfern.com/?utm_source=github&utm_medium=readme&utm_campaign=docs-starter-openapi&utm_content=logo">
|
|
4
|
+
<img src="https://res.cloudinary.com/dycvts6vp/image/upload/v1723671980/ampersand-logo-black_fwzpfw.svg" height="30" align="center" alt="Ampersand logo" >
|
|
5
|
+
</a>
|
|
6
|
+
<br/>
|
|
7
|
+
<br/>
|
|
8
|
+
|
|
9
|
+
<div align="center">
|
|
10
|
+
|
|
11
|
+
[](https://github.com/amp-labs/react) [](https://discord.gg/BWP4BpKHvf) [](https://docs.withampersand.com)  <img src="https://img.shields.io/static/v1?label=license&message=MIT&color=white" alt="License">
|
|
12
|
+
</div>
|
|
13
|
+
|
|
14
|
+
</div>
|
|
15
|
+
|
|
1
16
|
# Ampersand React library
|
|
2
17
|
|
|
3
18
|
## Overview
|
|
4
|
-
|
|
19
|
+
|
|
20
|
+
[Ampersand](https://withampersand.com?trk=readme-github-react) is a declarative platform for SaaS builders who are creating product integrations.
|
|
5
21
|
|
|
6
22
|
This repository contains the Ampersand React library, a set of React components that allow your end users to install and manage Ampersand integrations.
|
|
7
23
|
|