opus-react 0.4.6 → 0.5.0
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 +11 -2
- package/assets/npm/components.png +0 -0
- package/assets/npm/playground.png +0 -0
- package/dist/index.cjs +853 -565
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +395 -16
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +23 -4
- package/dist/index.d.ts +23 -4
- package/dist/index.js +831 -545
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -419,9 +419,18 @@ npm publish -w opus-react --access public
|
|
|
419
419
|
|
|
420
420
|
`prepublishOnly` runs the package build automatically. Bump the version in `packages/opus-react/package.json` before publishing.
|
|
421
421
|
|
|
422
|
-
##
|
|
422
|
+
## Contribute to Opus
|
|
423
423
|
|
|
424
|
-
|
|
424
|
+
We are looking for contributors who want to help improve Opus. Useful contributions range from
|
|
425
|
+
small component refinements, accessibility fixes, tests, examples, and documentation through to
|
|
426
|
+
new primitives, application compositions, dashboard patterns, and desktop features.
|
|
427
|
+
|
|
428
|
+
You do not need to commit to a large feature. If you would like to get involved, tell us what you
|
|
429
|
+
are interested in and which part of Opus you would like to work on:
|
|
430
|
+
|
|
431
|
+
- Email [carlfearby@me.com](mailto:carlfearby@me.com)
|
|
432
|
+
- WhatsApp [+44 7940 147138](https://wa.me/447940147138)
|
|
433
|
+
- Browse the source, fork the project, or open a pull request at [Carl-Fearby/Opus](https://github.com/Carl-Fearby/Opus)
|
|
425
434
|
|
|
426
435
|
## License
|
|
427
436
|
|
|
Binary file
|
|
Binary file
|