[Ionlib](https://ng-storybook.ionlib.com/) is an open source built on top of the popular [Ionic Framework](https://ionicframework.com/) component library. Compared to Ionic, the components we offer here are more complex and range from simple banners to fu
npm install @ionlib/angularIonlib is an open source built on top of the popular Ionic Framework component library. Compared to Ionic, the components we offer here are more complex and range from simple banners to full blown page layouts.
The Ionlib Angular package contains the components that make up the reusable building blocks of the user interface based on the Ionic Framework. These components are designed for use in an Ionic/Angular project.
- Rich Theming : Leverage Ionic’s theming system to style our components according to your app’s design. Customize colors, typography, and other visual aspects effortlessly.
- Seamless Integration : @ionlib/angular seamlessly integrates with existing Ionic projects. Simply install the package and start using the enhanced components in your app.
- Documentation and Examples : Comprehensive documentation and examples guide you through using each component effectively.
``bash
npm install @ionlib/angular
`
`typescript
import { IonUiButton } from '@ionlib/angular';
`
2. Use the component in your template :
`html
displaySpinner="block"
spinnerPosition="right"
(click)="click($event)"
(ionBlur)="ionBlur($event)"
(ionFocus)="ionFocus($event)">
``
This project is MIT licensed.