ui-absolute
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published


   npm latest version
npm downloads

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-absolute Bootstrap Angular
1.x.x 3.x.x or 4.x.x 8.x.x
2.x.x 3.x.x or 4.x.x 9.x.x

License

MIT

Package Sidebar

Install

npm i ui-absolute

Weekly Downloads

6

Version

2.0.1

License

MIT

Unpacked Size

712 kB

Total Files

135

Last publish

Collaborators

  • ui-absolute