@ynput/ayon-react-components 0.2.0 → 0.3.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 ADDED
@@ -0,0 +1,31 @@
1
+ # AYON Component Library
2
+
3
+ This is a collection of components for the AYON project. It is a work in progress.
4
+
5
+ It can be used to create consistent and accessible AYON addons.
6
+
7
+ For full documentation, see the [storybook](https://ayon.ynput.io/storybook).
8
+
9
+ ## Need a component or found a bug?
10
+
11
+ Please open an github issue.
12
+
13
+ ## Contributing
14
+
15
+ This is an open source project. We welcome contributions.
16
+
17
+ ## Community
18
+
19
+ 👪 Check out our community discussions forum.
20
+
21
+ ☎️ Want to know even more about AYON? Get in contact.
22
+
23
+ 🙋 Need some support or want something custom? Take a look at our services.
24
+
25
+ ## Get Started with Storybook
26
+
27
+ Run locally: `yarn storybook`
28
+
29
+ build: `yarn build-storybook`
30
+
31
+ build-package: `yarn build`