# web-components-ui

Descope Web Components UI Library

## Run locally

```bash
npm install
npm start
```

## Storybook

```bash
npm run storybook
```

## Update snapshot

To update snapshot for a component, run the following command:

```bash
# e.g. - npm run test:ci:updateSnapshots -- descope-notp-image
npm run test:ci:updateSnapshots -- <component-folder-name>
```
