UNPKG

@logo-software/info-container

Version:

Logo Info container library presents users feedbacks about the actions or items in the page. Feedbacks placed into the page DOM.

36 lines (35 loc) 1.27 kB
/** * Logo Info container library presents users feedbacks about the actions or items in the page. Feedbacks placed into the page DOM.Logo Info container library presents users feedbacks about the actions or items in the page. Feedbacks placed into the page DOM. * Part of the collection of components, visual styles, and build tools that power the Logo Elements Design System. * It comes with the features below: * * Feedback type support * * Icon Support * * Icon Position Support * * Custom Content Support * * @stacked-example(InfoContainerComponent, logo/info-container-sample/info-container-showcase/info-container-showcase.component) * * ### Installation * * All public npm packages of Logo Software is at [https://www.npmjs.com/~logofe](https://www.npmjs.com/~logofe). To * install Info Container Module: * * ```bash * $ npm set registry https://registry.npmjs.org/ * $ npm install @logo-software/info-container -s * ``` * * Just import it to your project of `@NgModule` import section. * * ```typescript * import { InfoContainerModule } from '@logo-software/info-container'; * * @NgModule({ * imports: [CommonModule, InfoContainerModule], * }) * export class AppModule { * } * ``` */ export declare class InfoContainerModule { }