AXA CH UI component library. Please share, comment, create issues and work with us!
The Pattern Library is a collection of self-contained web components based on the custom elements specification. These components are built using the lit-element base class, maintained by Google. The Pattern Library provides a set of reusable and plug-and-play components that can be easily integrated into web projects.
To install the Pattern Library components, follow these steps:
npm install @pattern-library/components
import { AXAAccordion, AXAButton, AXACarousel } from '@pattern-library/components';
<axa-accordion>
<!-- Accordion content here -->
</axa-accordion>
<axa-button>
Button text
</axa-button>
<axa-carousel>
<!-- Carousel content here -->
</axa-carousel>
The Pattern Library is a collection of reusable web components that are based on the custom elements specification and built using the lit-element base class maintained by Google. These components can be easily installed and used in your projects, allowing for modular development and easy integration. The Pattern Library also supports component versioning, enabling different versions to coexist on the same web page.