This repository is merged into https://github.com/symbo-ls/smbls
- Installation
yarn add css-in-props
- Import the component from Symbols
import { setClassname } from 'css-in-props'
- Use it inside your DOMQL code
const Box = ({ children, ...props }) => <div className={setClassname(props)}>{children}</div>