Skip to content
/ elements Public

Ory Elements is a component library that makes building login, registration and account pages for Ory a breeze.

License

Notifications You must be signed in to change notification settings

ory/elements

Folders and files

NameName
Last commit message
Last commit date
Apr 30, 2025
Aug 30, 2024
Apr 16, 2025
Jan 3, 2025
Apr 24, 2025
Apr 30, 2025
Apr 16, 2025
Aug 28, 2023
Mar 5, 2025
Apr 16, 2025
Jan 31, 2023
Apr 30, 2025
Aug 30, 2024
Sep 22, 2022
Jan 4, 2023
Aug 7, 2023
Mar 12, 2025
Aug 25, 2022
Apr 16, 2025
Apr 29, 2025
Dec 4, 2024
Mar 5, 2025
Apr 16, 2025
Dec 6, 2024
Dec 6, 2024
Feb 27, 2025
Dec 12, 2022
Apr 30, 2025
Apr 24, 2025
May 2, 2025
Apr 16, 2025

Ory Elements - A component library for login, registration and account pages.

Ory Elements

Ory Elements is a component library that makes building login, registration and account pages for Ory a breeze:

  • Reduces time to add complex auth flows to your customer experience, including multi-factor authentication and account recovery.
  • Customizable, themeable, and replaceable components.
  • Works with the React ecosystem (Next.js, plain React).
  • Dynamically adapts the user interface to your Ory identity schema, sign-in and flow configuration.

Ory Elements has several packages:

Note

If you've used @ory/elements, @ory/elements-markup or @ory/elements-preact before, we recommend migrating to @ory/elements-react. The legacy code base is in https://github.com/ory/elements-legacy.

Ory Elements is a set of components that you can use to build your own login, registration, settings, verification, recovery and consent user interface. To just integrate authentication into your Next.js application and use the default user interfaces, follow our guide for Auth.js.

Getting Started

React

npm install @ory/elements-react react react-dom

For more information, see packages/elements-react.

Next.js

npm install @ory/nextjs

For more information, see packages/nextjs.

Example Apps

Full examples are available in the examples/ directory of this repository.