@ng-expandable-input/material
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

Expandable Input - Material

What is it?

A expandable input component built on top of @ng-expandable-input/cdk implementing material styling

Demo:

https://dmitryefimenko.github.io/ng-expandable-input/

Playground

Stackblitz

Installation

  • npm: npm i @ng-expandable-input/cdk @ng-expandable-input/material
  • yarn: yarn add @ng-expandable-input/cdk @ng-expandable-input/material

Usage

import { ExpandableInputMaterialModule } from '@ng-expandable-input/material';

@NgModule({
  imports: [ExpandableInputMaterialModule]
  // ...
})
export class AppModule {}

API:

See README for @ng-expandable-input/cdk

Readme

Keywords

none

Package Sidebar

Install

npm i @ng-expandable-input/material

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

145 kB

Total Files

29

Last publish

Collaborators

  • dmitryefimenko