Package Exports
- epic-inline
Readme
epic-inline
Concise way to write runtime inline CSS styles.
Usage
import { ei } from 'epic-inline'
export const Button = () => <button style={ei('flex jc')}>Click me!</button>Concise way to write runtime inline CSS styles.
Concise way to write runtime inline CSS styles.
import { ei } from 'epic-inline'
export const Button = () => <button style={ei('flex jc')}>Click me!</button>