@oniratec/onira-react-ui 0.4.0 โ 1.0.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 +3 -1
- package/dist/index.cjs +56 -0
- package/dist/index.js +17255 -0
- package/dist/styles.css +2 -0
- package/dist/vite.svg +1 -0
- package/package.json +19 -7
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ pnpm add @oniratec/onira-react-ui
|
|
|
44
44
|
## ๐ Getting started
|
|
45
45
|
|
|
46
46
|
```ts
|
|
47
|
-
import { Button } from '@oniratec/onira-react-ui'
|
|
47
|
+
import { Button } from '@oniratec/onira-react-ui'
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
Component usage, props, and examples are documented in **Storybook**.
|
|
@@ -54,12 +54,14 @@ Component usage, props, and examples are documented in **Storybook**.
|
|
|
54
54
|
## ๐ Documentation
|
|
55
55
|
|
|
56
56
|
### Project & usage
|
|
57
|
+
|
|
57
58
|
- ๐ Getting Started โ docs/getting-started.md
|
|
58
59
|
- ๐งฉ Components overview โ docs/components.md
|
|
59
60
|
- ๐จ Theming โ docs/theming.md
|
|
60
61
|
- โฟ Accessibility โ docs/accessibility.md
|
|
61
62
|
|
|
62
63
|
### Quality & contribution
|
|
64
|
+
|
|
63
65
|
- ๐งช CI & Code Quality โ docs/ci-quality.md
|
|
64
66
|
- ๐ Release process โ docs/release-process.md
|
|
65
67
|
- ๐ค Contributing โ docs/contributing.md
|