@nldd/design-system 0.8.55 → 0.8.56
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 +15 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,6 +32,21 @@ import { NLDDButton, NLDDCheckbox, NLDDSwitch } from '@nldd/design-system';
|
|
|
32
32
|
|
|
33
33
|
Bekijk de live component documentatie: **https://minbzk.github.io/storybook/**
|
|
34
34
|
|
|
35
|
+
## Claude Code plugin
|
|
36
|
+
|
|
37
|
+
Deze repository is ook een Claude Code marketplace. De `nldd`-plugin geeft
|
|
38
|
+
Claude de kennis om applicaties te bouwen bovenop `@nldd/design-system`: de
|
|
39
|
+
juiste tags, attributen, CSS-tokens en patronen.
|
|
40
|
+
|
|
41
|
+
Toevoegen en installeren:
|
|
42
|
+
|
|
43
|
+
```
|
|
44
|
+
/plugin marketplace add MinBZK/storybook
|
|
45
|
+
/plugin install nldd@nldd-plugins
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
Bijwerken naar een nieuwere versie doe je met `/plugin marketplace update nldd-plugins`.
|
|
49
|
+
|
|
35
50
|
## Development setup
|
|
36
51
|
|
|
37
52
|
```bash
|