@redvars/peacock 3.2.4 → 3.2.5
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/dist/custom-elements.json +152 -152
- package/dist/typedoc.json +540 -540
- package/package.json +1 -1
- package/readme.md +3 -3
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Peacock
|
|
2
2
|
**The foundation for beautiful user interfaces.**
|
|
3
3
|
|
|
4
|
-
[](https://github.com/
|
|
4
|
+
[](https://github.com/redvars/peacock/actions?workflow=Build)
|
|
5
5
|
[](/LICENSE)
|
|
6
6
|

|
|
7
7
|
|
|
@@ -31,7 +31,7 @@ Vibrant & Consistent Design System: Every component—from buttons and cards to
|
|
|
31
31
|
**Responsive by Default:** Components are built with responsiveness baked in, guaranteeing a graceful display across all screen sizes and devices.
|
|
32
32
|
|
|
33
33
|
## Documentation
|
|
34
|
-
Visit [https://peacock.redvars.com](https://
|
|
34
|
+
Visit [https://peacock.redvars.com](https://peacock.redvars.com) to view the documentation.
|
|
35
35
|
|
|
36
36
|
## Getting Started
|
|
37
37
|
|
|
@@ -48,7 +48,7 @@ Visit [https://peacock.redvars.com](https://goatui.com) to view the documentatio
|
|
|
48
48
|
src='https://cdn.jsdelivr.net/npm/@redvars/peacock@3.2.2/dist/peacock-loader.js'></script>
|
|
49
49
|
</head>
|
|
50
50
|
|
|
51
|
-
<
|
|
51
|
+
<base-button>Button</base-button>
|
|
52
52
|
```
|
|
53
53
|
|
|
54
54
|
# Components
|