Astro UI Library
Build a Composable, Scalable, Themeable and Accessible UI with AstroGetting StartedClone this library and set it up using the instructions provided.
ExploreComponentsBrowse the list of components available.
ExploreStylingLearn how color and typography are defined and used in this library.
ExploreGitHub
View Astro source code or open a library issue through GitHub.Learn More
Storybook
Access code snippets and interactive examples in our Storybook docs.Learn More
Ping Identity
Learn how Ping Identity products and services can help keep your organization’s resources secure.Learn More
Astro Features
- FlexibleUsing ThemeUI under the hood, we allow easy customization on the fly. Theming is also supported to rebrand the entire underlying application with ease.
- ComposableThe base components are solid foundational structures meant to for heavy reuse. We also utilize hooks to cut down on the need for monolithic components.
- AccessibleWe use hooks from the React Spectrum libraries to bake in accessibility.