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

0.4.0 • Public • Published

Nabbous Angular Bootstrap Components

This package provides a variaty of useful components that is based on bootstrap.

Available components

  • <image-input> which is a component that provides an image input that supports drag and drop and provides an ImageInputValue
  • <image-gallery> which is a component that provides gallery image input that uses <image-input> provides an array of GalleryImageValue which extends ImageInputValue

Available directives

  • [popover] is a directive that adds popover on the component used on that is fully customizable and supports rtl, you can pass content as string or ng-template-ref, and also assign the [popoverPlacement]

Installation

Bootstrap

First things first we need to install bootstrap styles in angular. run this command: npm i bootstrap-rtlized

Then in styles.scss

...
import '~bootstrap-rtlized';
...
Package

run this command: npm i @monabbous/ng-bootstrap-components

and then import in your module

...
imports : [
    ...
    NabbousBootstrapComponentsModule,
    ...
],
...

Usage

comming soon

Package Sidebar

Install

npm i @monabbous/ng-bootstrap-components

Weekly Downloads

1

Version

0.4.0

License

none

Unpacked Size

1.59 MB

Total Files

65

Last publish

Collaborators

  • monabbous