@frankhoodbs/get-mount-point-id
v4.0.2
Published
An utility to get from css the id of the vue mount point
Keywords
Readme
@frankhoodbs/get-mount-point-id
An utility to get the Vue mount point ID from CSS.
Installation
Using npm:
npm install @frankhoodbs/get-mount-point-idUsage
import { getMountPointId } from '@frankhoodbs/get-mount-point-id';
const mountPointId = getMountPointId();
console.log(mountPointId);This utility reads the --mount-point-id property value from the document's computed style and returns its value.
License
ISC License © Frankhood Business Solutions s.r.l.
