2.0.1 • Published 3 years ago

ui-absolute v2.0.1

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

Usage

Install using npm

    npm install ui-absolute --save

Add desired package to NgModule imports:

    import { UIABadgesModule } from 'ui-absolute';
  
    @NgModule({
      imports: [ UIABadgesModule,... ]
    })

Import following to your project style.scss file:

   @import '~ui-absolute/base';

Add desired component to HTML page:

    <uia-badge [value]="'Hello'"></uia-badge>

Bootstrap is required to make UI Absolute up and running

Using index.html:
    <link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.X.X/css/bootstrap.min.css" rel="stylesheet">

or,

Using npm:

    npm install bootstrap --save

Once npm command is executed, add following to angular.json of your project:

    "styles": [
        "./node_modules/bootstrap/dist/css/bootstrap.css",
        ...
    ],
    "scripts": [
        ...
        "./node_modules/bootstrap/dist/js/bootstrap.js"
    ]

Compatibility

ui-absoluteBootstrapAngular
1.x.x3.x.x or 4.x.x8.x.x
2.x.x3.x.x or 4.x.x9.x.x

License

MIT

2.0.1

3 years ago

2.0.0

3 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago