@ng-expandable-input/bootstrap
v2.0.0
Published
Expandable input styled using Bootstrap
Downloads
11
Readme
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
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