-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: show social # on credentials select
Adds a story book component for identifier first credentials select. Closes #342
- Loading branch information
Showing
17 changed files
with
504 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |
242 changes: 242 additions & 0 deletions
242
...ts-react-stories/src/elements-react/.stub-responses/#/1fa/oidc/credential-select.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
105 changes: 43 additions & 62 deletions
105
...lements-react-stories/src/elements-react/.stub-responses/#/1fa/oidc/initial-form.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.