Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/christoferolaison/rochus


https://github.com/christoferolaison/rochus

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# Example

```
npm i rochus
```

```javascript
import { fractionateStyleProps } from 'rochus'
const props = fractionateStyleProps({ display: 'flex', onClick: () => {} })
console.log(props)
// { sx: { display: flex }, props: { onClick: () => {} } }
```