react-ui-styled-wrapper
v1.0.7
Published
The wrapper with styled components package
Maintainers
Readme
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|
