0.4.0 • Published 5 years ago

@monabbous/ng-bootstrap-components v0.4.0

Weekly downloads
2
License
-
Repository
github
Last release
5 years ago

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

0.4.0

5 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.3.8

5 years ago

0.3.7

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.0

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.5

5 years ago