@fintory/decorators

0.3.0 • Public • Published

@fintory/decorators

Available decorators

withSizes

Example usage:

import { withSizes } from '@fintory/decorators'
// or `import withSizes from '@fintory/decorators/es/withSizes'`

const Component = <span />

// <Component /> will have `isMobile` and `isTablet` props now.
export default withSizes(Component)

Usage of only some parts of the package

To enable tree-shaking for specific parts of your application, you may need to scope the package a little more like @fintory/decorators/es/withSizes instead of @fintory/decorators (with spread).

Readme

Keywords

none

Package Sidebar

Install

npm i @fintory/decorators

Weekly Downloads

1

Version

0.3.0

License

MIT

Unpacked Size

8.16 kB

Total Files

14

Last publish

Collaborators

  • chmtn
  • iduuck