@yuuvis/client-components 3.0.0-beta.21.2 → 3.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 +13 -1
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
1
|
# @yuuvis/client-components
|
|
2
2
|
|
|
3
|
-
Component library built upon [@yuuvis/material](https://www.npmjs.com/package/@yuuvis/material) package.
|
|
3
|
+
Component library built upon [@yuuvis/material](https://www.npmjs.com/package/@yuuvis/material) package.
|
|
4
|
+
|
|
5
|
+
## Intentions
|
|
6
|
+
|
|
7
|
+
`@yuuvis/client-components` provides a collection of general-purpose UI components, layout primitives, directives, and services for building Angular applications on top of the yuuvis® MOMENTUM design system. Unlike `@yuuvis/client-framework`, this library has no dependency on a yuuvis® MOMENTUM backend and can be used independently.
|
|
8
|
+
|
|
9
|
+
## Installation
|
|
10
|
+
|
|
11
|
+
First you need to install the npm module:
|
|
12
|
+
|
|
13
|
+
```sh
|
|
14
|
+
npm install @yuuvis/client-components --save
|
|
15
|
+
```
|
package/package.json
CHANGED