restyled-components
v1.0.15
Published
predefined styled-components to be used in React-app
Downloads
5
Readme
restyled-components
predefined styled-components to be used in React-app
Install
npm install --save restyled-components
Usage
import React from 'react'
import { StyledButton } from 'restyled-components'
const App = () => {
return <StyledButton>Submit</StyledButton>
}
export default App