README
positioning
The ng-bootstrap Positioning class as a standalone module
Usage
import { positionElements } from 'positioning';
const position = positionElements(host, target, placement, appendToBody);
License
MIT
The ng-bootstrap Positioning class as a standalone module
<script type="module">
import positioning from 'https://cdn.skypack.dev/positioning';
</script>
The ng-bootstrap Positioning class as a standalone module
import { positionElements } from 'positioning';
const position = positionElements(host, target, placement, appendToBody);
MIT