1.0.7 • Published 4 years ago
react-ui-styled-wrapper v1.0.7
NPM React Package
What's it
Styled Css Components
Install
npm install react-ui-styled-wrapperimport StyledWrapper from 'react-ui-styled-wrapper';
<StyledWrapper {...{
className: '',
style: '',
elementName: '',
styledCss: `
@media (min-width:1024px){
}
`
}}/>Props
| variable | description | type | default |
|---|---|---|---|
| elementName | What tag you want to create | string | div |
| className | Import your classname | string | null |
| style | Import your style | string | null |
| styledCss | Import your css and it will be imported to styled component | string | null |