UNPKG

@o3r/components

Version:

This module contains component-related features (Component replacement, CMS compatibility, helpers, pipes, debugging developer tools...) It comes with an integrated ng builder to help you generate components compatible with Otter features (CMS integration

30 lines (20 loc) 1.21 kB
<h1 align="center">Otter components</h1> <p align="center"> <img src="https://raw.githubusercontent.com/AmadeusITGroup/otter/main/assets/logo/otter.png" alt="Super cute Otter!" width="40%"/> </p> This package is an [Otter Framework Module](https://github.com/AmadeusITGroup/otter/tree/main/docs/core/MODULE.md). <br /> <br /> ## Description [![Stable Version](https://img.shields.io/npm/v/@o3r/components?style=for-the-badge)](https://www.npmjs.com/package/@o3r/components) [![Bundle Size](https://img.shields.io/bundlephobia/min/@o3r/components?color=green&style=for-the-badge)](https://www.npmjs.com/package/@o3r/components) This module contains component related features (Component replacement, CMS compatibility, helpers, pipes, debugging developer tools...) It comes with an integrated ng builder to help you generate components compatible with Otter features (CMS integration, localization, etc.). ## How to install ```shell ng add @o3r/components ``` > [!WARNING] > This module requires [@o3r/core](https://www.npmjs.com/package/@o3r/core) to be installed. ## Description Find more information in the [documentation](https://github.com/AmadeusITGroup/otter/tree/main/docs/components/).