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