UNPKG

@taiga-ui/addon-mobile

Version:

Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.

36 lines (23 loc) 1.34 kB
# Taiga UI — Mobile [![npm version](https://img.shields.io/npm/v/@taiga-ui/addon-mobile.svg)](https://npmjs.com/package/@taiga-ui/addon-mobile) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@taiga-ui/addon-mobile)](https://bundlephobia.com/result?p=@taiga-ui/addon-mobile) [![Discord](https://img.shields.io/discord/748677963142135818?color=7289DA&label=%23taiga-ui&logo=discord&logoColor=white)](https://discord.gg/Us8d8JVaTg) [Website](https://taiga-ui.dev) • [Documentation](https://taiga-ui.dev/getting-started) • [Core team](https://github.com/taiga-family/taiga-ui/#core-team) > Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, > etc. It's a part of [**Taiga UI**](https://github.com/taiga-family/taiga-ui) that is fully-treeshakable Angular UI Kit consisting of multiple base libraries and several add-ons ## How to install Install base packages: ``` npm i @taiga-ui/{cdk,core,kit} ``` Install addon-mobile: ``` npm i @taiga-ui/addon-mobile ``` Don't forget that Taiga UI is fully-treeshakable. **You can import even just one entity from our library** and be sure that there is no redundant code in your bundle. Bundlphobia badge shows size of the whole library. ## Docs See our [Documentation](https://taiga-ui.dev/getting-started)