Skip to content

Commit

Permalink
feat: show social # on credentials select
Browse files Browse the repository at this point in the history
Adds a story book component for identifier first credentials select.

Closes #342
  • Loading branch information
aeneasr committed Jan 28, 2025
1 parent b17786c commit d8e5f95
Show file tree
Hide file tree
Showing 17 changed files with 504 additions and 87 deletions.
29 changes: 29 additions & 0 deletions packages/elements-react-stories/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# elements-react-stories

This project contains storybook stories for the `@ory/elements-react` package.

## Development

To run the storybook for development, use the following command:

```sh
nx run storybook @ory/elements-react-stories
```

This will start the storybook server and open it in your default web browser.
You can then view and interact with the components and their stories.

## Project Structure

- `src/elements-react/.stub-responses/`: Contains stub responses for various
login flows.
- `src/elements-react/components/`: Contains the React components and their
corresponding stories.

## Dependencies

- `typescript`
- `javascript`
- `npm`
- `react`
- `node`

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d8e5f95

Please # to comment.