@measured/puck 0.7.1-canary.104091a → 0.7.1-canary.7b95341
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 +15 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,5 +1,20 @@
|
|
1
1
|
# puck
|
2
2
|
|
3
|
+
<p align="left">
|
4
|
+
<a aria-label="Measured logo" href="https://measured.co">
|
5
|
+
<img src="https://img.shields.io/badge/MADE%20BY%20Measured-000000.svg?style=for-the-badge&labelColor=000">
|
6
|
+
</a>
|
7
|
+
<a aria-label="NPM version" href="https://www.npmjs.com/package/@measured/puck">
|
8
|
+
<img alt="" src="https://img.shields.io/npm/v/@measured/puck.svg?style=for-the-badge&labelColor=000000">
|
9
|
+
</a>
|
10
|
+
<a aria-label="License" href="https://github.com/measuredco/puck/blob/main/LICENSE">
|
11
|
+
<img alt="" src="https://img.shields.io/npm/l/@measured/puck.svg?style=for-the-badge&labelColor=000000">
|
12
|
+
</a>
|
13
|
+
<a aria-label="Join the community on Discord" href="https://discord.gg/D9e4E3MQVZ">
|
14
|
+
<img alt="" src="https://img.shields.io/badge/Join%20the%20Discord-blueviolet.svg?style=for-the-badge&logo=Discord&labelColor=000000&logoWidth=20">
|
15
|
+
</a>
|
16
|
+
</p>
|
17
|
+
|
3
18
|
The self-hosted, drag and drop editor for React.
|
4
19
|
|
5
20
|
- 🖱️ **Drag and drop**: Visual editing for your existing React component library
|