@descope/web-components-ui 1.0.259 → 1.0.260

Sign up to get free protection for your applications and to get access to all the features.
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
+ ```