elements

Ory Elements is a component library that makes building login, registration and account pages for Ory a breeze. Check out the components library on Chromatic https://www.chromatic.com/library?appId=63b58e306cfd32348fa48d50

APACHE-2.0 License

Downloads
33.4K
Stars
81
Committers
31

Bot releases are visible (Hide)

elements - v0.0.1-beta.11

Published by jonas-jonas about 1 year ago

What's Changed

Full Changelog: https://github.com/ory/elements/compare/v0.0.1-beta.10...v0.0.1-beta.11

elements - v0.0.1-beta.10

Published by Benehiko about 1 year ago

What's Changed

Full Changelog: https://github.com/ory/elements/compare/v0.0.1-beta.9...v0.0.1-beta.10

elements - v0.0.1-beta.9

Published by Benehiko about 1 year ago

What's Changed

Full Changelog: https://github.com/ory/elements/compare/v0.0.1-beta.8...v0.0.1-beta.9

elements - v0.0.1-beta.8

Published by Benehiko about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ory/elements/compare/v0.0.1-beta.7...v0.0.1-beta.8

elements - v0.0.1-beta.7

Published by Benehiko over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ory/elements/compare/v0.0.1-beta.6...v0.0.1-beta.7

elements - v0.0.1-beta.6

Published by Benehiko over 1 year ago

What's Changed

Full Changelog: https://github.com/ory/elements/compare/v0.0.1-beta.5...v0.0.1-beta.6

elements - v0.0.1-beta.5

Published by Benehiko over 1 year ago

What's Changed

Full Changelog: https://github.com/ory/elements/compare/v0.0.1-beta.4...v0.0.1-beta.5

elements - v0.0.1-beta.4

Published by hperl over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ory/elements/compare/v0.0.1-beta.3...v0.0.1-beta.4

elements - v0.0.1-beta.3

Published by jonas-jonas over 1 year ago

What's Changed

Full Changelog: https://github.com/ory/elements/compare/v0.0.1-beta.2...v0.0.1-beta.3

elements - v0.0.1-beta.2

Published by Benehiko over 1 year ago

What's Changed

Full Changelog: https://github.com/ory/elements/compare/v0.0.1-beta.1...v0.0.1-beta.2

elements - v0.0.1-beta.1

Published by Benehiko over 1 year ago

What's Changed

This version contains a breaking change.

Before v0.0.1-beta.1, Ory Elements exposed a singular style.css file which contained all the required fonts and icons necessary to work out of the box. This was convenient for elements to work out of the box, but caused the bundle size to be larger than necessary, especially for applications that only use a few components or their own icons and fonts.

The new version of Ory Elements now only exposes the CSS for the components in the style.css file, and the rest of the CSS are optional and can be imported individually.

// Ory Elements
// optional global css reset
import "@ory/elements/assets/normalize.css"
// optional fontawesome icons
import "@ory/elements/assets/fa-brands.min.css"
import "@ory/elements/assets/fa-solid.min.css"
import "@ory/elements/assets/fontawesome.min.css"

// optional fonts
import "@ory/elements/assets/inter-font.css"
import "@ory/elements/assets/jetbrains-mono-font.css"

// required styles for Ory Elements
import "@ory/elements/style.css"

Full Changelog: https://github.com/ory/elements/compare/v0.0.1-alpha.30...v0.0.1-beta.1

elements - v0.0.1-alpha.30

Published by mszekiel over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ory/elements/compare/v0.0.1-alpha.28...v0.0.1-alpha.30

elements - v0.0.1-alpha.28

Published by Benehiko almost 2 years ago

What's Changed

Full Changelog: https://github.com/ory/elements/compare/v0.0.1-alpha.27...v0.0.1-alpha.28

elements - v0.0.1-alpha.27

Published by Benehiko almost 2 years ago

What's Changed

Full Changelog: https://github.com/ory/elements/compare/v0.0.1-alpha.26...v0.0.1-alpha.27

elements - v0.0.1-alpha.26

Published by Benehiko almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ory/elements/compare/v0.0.1-alpha.25...v0.0.1-alpha.26

elements - v0.0.1-alpha.25

Published by Benehiko almost 2 years ago

What's Changed

Full Changelog: https://github.com/ory/elements/compare/v0.0.1-alpha.24...v0.0.1-alpha.25

elements - v0.0.1-alpha.24

Published by aeneasr almost 2 years ago

elements - v0.0.1-alpha.22

Published by aeneasr almost 2 years ago

elements - v0.0.1-alpha.21

Published by aeneasr almost 2 years ago

elements - v0.0.1-alpha.20

Published by aeneasr almost 2 years ago