Skip to content

hyperlab/html-dom-attributes-to-react-props

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML DOM Attributes to React Props

This package converts HTML DOM Attributes to React Props using the mapping between HTML attributes and React props used in the React DOM library. This means changing the name from font-size to fontSize, and actually make boolean values true booleans for the attributes that support it. It will let all unknown attributes pass without modification.

About

Convert HTML DOM attributes to React props

Resources

Stars

Watchers

Forks

Packages

No packages published