opus-react 0.4.3 → 0.4.4
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 +3 -3
- package/dist/index.cjs +145 -145
- package/dist/index.js +145 -145
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,18 +4,18 @@
|
|
|
4
4
|
|
|
5
5
|
Opus is a production-ready, themeable React design system for dashboards, CRM products, internal tools and data-rich workflows. It combines polished visual design with accessible interaction patterns, strong TypeScript support and a broad component catalogue—from form primitives to complete application layouts.
|
|
6
6
|
|
|
7
|
-
[Website](https://project-opus.netlify.app) · [Component library](https://project-opus.netlify.app/documentation/components) · [
|
|
7
|
+
[Website](https://project-opus.netlify.app) · [Component library](https://project-opus.netlify.app/documentation/components) · [Browse components](https://project-opus.netlify.app/documentation/components) · [Pricing](https://project-opus.netlify.app/pricing) · [GitHub](https://github.com/Carl-Fearby/Opus)
|
|
8
8
|
|
|
9
9
|
[](https://project-opus.netlify.app/documentation/components)
|
|
10
10
|
|
|
11
11
|
<table>
|
|
12
12
|
<tr>
|
|
13
13
|
<td width="50%"><a href="https://project-opus.netlify.app/documentation/components"><img src="https://raw.githubusercontent.com/Carl-Fearby/Opus/main/Library/packages/opus-react/assets/npm/components.png" alt="Browse the Opus component library" /></a></td>
|
|
14
|
-
<td width="50%"><a href="https://project-opus.netlify.app/documentation/
|
|
14
|
+
<td width="50%"><a href="https://project-opus.netlify.app/documentation/components"><img src="https://raw.githubusercontent.com/Carl-Fearby/Opus/main/Library/packages/opus-react/assets/npm/playground.png" alt="Explore the Opus component catalogue" /></a></td>
|
|
15
15
|
</tr>
|
|
16
16
|
<tr>
|
|
17
17
|
<td align="center"><strong>Component library</strong></td>
|
|
18
|
-
<td align="center"><strong>
|
|
18
|
+
<td align="center"><strong>Component catalogue</strong></td>
|
|
19
19
|
</tr>
|
|
20
20
|
</table>
|
|
21
21
|
|