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

2.0.0 • Public • Published

Expandable Input - Bootstrap

What is it?

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

Demo:

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

Playground

Stackblitz

Installation

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

Usage

import { ExpandableInputBootstrapModule } from '@ng-expandable-input/bootstrap';

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

API:

See README for @ng-expandable-input/cdk

Readme

Keywords

none

Package Sidebar

Install

npm i @ng-expandable-input/bootstrap

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

143 kB

Total Files

32

Last publish

Collaborators

  • dmitryefimenko