1.0.7 • Published 3 years ago

react-ui-styled-wrapper v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

NPM React Package

What's it

Styled Css Components

Install

npm install react-ui-styled-wrapper
import StyledWrapper from 'react-ui-styled-wrapper';

<StyledWrapper {...{
    className: '',
    style: '',
    elementName: '',
    styledCss: `
        @media (min-width:1024px){
            
        }
    `
}}/>

Props

variabledescriptiontypedefault
elementNameWhat tag you want to createstringdiv
classNameImport your classnamestringnull
styleImport your stylestringnull
styledCssImport your css and it will be imported to styled componentstringnull