@descope/web-components-ui 1.0.258 → 1.0.260

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 CHANGED
@@ -1 +1,24 @@
1
1
  # web-components-ui
2
+
3
+ Descope Web Components UI Library
4
+
5
+ ## Run locally
6
+
7
+ ```bash
8
+ npm install
9
+ npm start
10
+ ```
11
+
12
+ ## Storybook
13
+
14
+ ```bash
15
+ npm run storybook
16
+ ```
17
+
18
+ ## Update snapshot
19
+ To update snapshot for a component, run the following command:
20
+
21
+ ```bash
22
+ # e.g. npm run test:ci:updateSnapshots -- descope-notp-image
23
+ npm run test:ci:updateSnapshots -- <component-folder-name>
24
+ ```