1.0.4 • Published 3 years ago
@minimal_ui/style-engine v1.0.4
@minimal_ui/style-engine
Create efficient styles with react
Install
npm install --save @minimal_ui/style-engine
Usage
import React from 'react'
import { Root } from '@minimal_ui/style-engine'
const App = () => {
return <Root tag={"h1"} styles={{
"color": "#e91e63"
}}>
Hello Styled component
</Root>
}
export default App
License
MIT © singh-taranjeet