1.0.4 • Published 3 years ago

@minimal_ui/style-engine v1.0.4

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

@minimal_ui/style-engine

Create efficient styles with react

NPM JavaScript Style Guide

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