Skip to content

afeiship/position-value

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e4b0fc1 · May 28, 2021

History

9 Commits
May 28, 2021
May 26, 2021
May 28, 2021
May 26, 2021
May 26, 2021
May 26, 2021
May 26, 2021
May 26, 2021
May 26, 2021
May 26, 2021
May 26, 2021
May 26, 2021
May 26, 2021
May 26, 2021
May 28, 2021
May 26, 2021

Repository files navigation

position-value

Get position value by shorty..

version license size download

installation

npm install @jswork/position-value

usage

import positionValue from '@jswork/position-value';

positionValue({ rel: true })    // 'relative'
positionValue({ abs: true })    // 'absolute'
positionValue({ fixed: true })  // 'fixed'
positionValue({ xxx: true })    // null

license

Code released under the MIT license.