@qasa/qds-ui 0.23.1 → 0.25.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 -2
- package/dist/index.d.mts +686 -3973
- package/dist/index.d.ts +686 -3973
- package/dist/index.js +197 -180
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +105 -89
- package/dist/index.mjs.map +1 -1
- package/dist/preset.css +136 -8
- package/package.json +25 -49
package/README.md
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
<img src="https://github.com/qasase/qds-ui/assets/49451774/a660bc4d-b568-4286-acea-02fffffa579f" height="64" />
|
|
1
|
+
<img src="https://github.com/qasase/qds-ui/assets/49451774/a660bc4d-b568-4286-acea-02fffffa579f" height="64" />
|
|
2
2
|
|
|
3
3
|
# QDS UI
|
|
4
4
|
|
|
5
5
|
QDS UI is a React component library used internally for [Qasa](https://qasa.se) products. It is built as part of the Qasa Design System (QDS).
|
|
6
6
|
|
|
7
7
|
## 📖 Documentation
|
|
8
|
+
|
|
8
9
|
All documentation is hosted on our [documentation site](https://qasa.supernova-docs.io/qds/latest).
|
|
9
10
|
|
|
10
11
|
## ⚙️ Installation
|
|
12
|
+
|
|
11
13
|
To install the library run:
|
|
12
14
|
`yarn add @qasa/qds-ui @emotion/react @emotion/styled`
|
|
13
15
|
|
|
14
16
|
For a full guide on how to get started, [see the docs](https://qasa.supernova-docs.io/qds/latest/getting-started/overview.html).
|
|
15
|
-
|