1.0.12 • Published 3 years ago

@rhizo/props v1.0.12

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

@rhizo/props

Utilities for using Rhizo props

npm i @rhizo/props
import { pick, omit } from '@rhizo/props'

const attr = omit({
  id: 'keep-this',
  color: 'primary',
})
// { id: 'keep-this' }

const props = pick({
  className: 'hello',
  color: 'secondary',
})
// { color: 'secondary' }

MIT License

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago