@greenmice/gaia-ui
v22.1.0
Published
Gaia UI is an Angular UI component library with 80+ components, theming, and design-token integration.
Maintainers
Readme
Gaia UI
Gaia UI is a rich set of open source UI components for Angular, maintained by Greenmice Technologies.
Installation
npm install @greenmice/gaia-ui @primeuix/themesQuick start
import { ApplicationConfig } from '@angular/core';
import { provideGaiaUI } from '@greenmice/gaia-ui/config';
import Aura from '@primeuix/themes/aura';
export const appConfig: ApplicationConfig = {
providers: [
provideGaiaUI({
theme: {
preset: Aura
}
})
]
};Documentation
Visit the Gaia UI repository for component documentation, examples, and migration guides.
License
MIT — see LICENSE.md.
