You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.2 KiB
Markdown
22 lines
1.2 KiB
Markdown
|
6 years ago
|
# positioning
|
||
|
|
|
||
|
|
[](https://travis-ci.org/mattlewis92/positioning)
|
||
|
|
[](https://codecov.io/gh/mattlewis92/positioning)
|
||
|
|
[](http://badge.fury.io/js/positioning)
|
||
|
|
[](https://david-dm.org/mattlewis92/positioning?type=dev)
|
||
|
|
[](https://github.com/mattlewis92/positioning/issues)
|
||
|
|
[](https://github.com/mattlewis92/positioning/stargazers)
|
||
|
|
[](https://raw.githubusercontent.com/mattlewis92/positioning/master/LICENSE)
|
||
|
|
|
||
|
|
> The [ng-bootstrap](https://github.com/ng-bootstrap/ng-bootstrap) Positioning class as a standalone module
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
```
|
||
|
|
import { Positioning } from 'positioning';
|
||
|
|
|
||
|
|
const positioning = new Positioning();
|
||
|
|
const position = positioning.positionElements(host, target, placment, appendToBody);
|
||
|
|
```
|
||
|
|
|
||
|
|
## License
|
||
|
|
MIT
|