@rijkshuisstijl-community/web-components 3.1.0 → 3.1.2

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.mjs +3200 -3216
  3. package/package.json +4 -4
package/README.md CHANGED
@@ -19,7 +19,7 @@ De componenten hebben geen eigen styling. Om de Rijkshuisstijl aan je project to
19
19
  > Let erop dat je beide de `@rijkshuisstijl-community/design-tokens/dist/index.css` importeert **en** de component een child is van een element waar de `rhc-theme` op is toegepast. Anders zie je de component zonder styling.
20
20
 
21
21
  ```bash
22
- npm install --save-dev @rijkshuisstijl-community/web-components @rijkshuisstijl-community/components-css @rijkshuisstijl-community/design-tokens
22
+ npm install @rijkshuisstijl-community/web-components @rijkshuisstijl-community/components-css @rijkshuisstijl-community/design-tokens
23
23
  ```
24
24
 
25
25
  Dit installeert de componenten, de design tokens en de styling. Om deze te gebruiken, importeer je ze in jouw app,