iRyusa / react-set-default-unit

Set a default unit on a style attribute for a React element ( E.G. : user input style )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a default unit to your react element's style

Remove warning from React by adding a default unit on your style

const defaultUnit = require('react-set-default-unit')
const userInputStyle = "20 0em 20px 0"

console.log(defaultUnit(userInputStyle, "px")) // 20px 0em 20px 0px

About

Set a default unit on a style attribute for a React element ( E.G. : user input style )


Languages

Language:JavaScript 100.0%