2.0.0 • Published 4 years ago

@ng-expandable-input/bootstrap v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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

2.0.0

4 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

6 years ago