5.1.5 • Published 4 years ago

@styled-system/should-forward-prop v5.1.5

Weekly downloads
183,937
License
MIT
Repository
-
Last release
4 years ago

@styled-system/should-forward-prop

Utility for filtering Styled System props with Emotion's shouldForwardProp option

npm i @styled-system/should-forward-prop
import styled from '@emotion/styled'
import {
  space,
  color,
  typography
} from 'styled-system'
import shouldForwardProp from '@styled-system/should-forward-prop'

const Box = styled('div', { shouldForwardProp })(
  space,
  color,
  typography
)

Custom Props

To exclude other custom props not included in Styled System, use the createShouldForwardProp utility.

import styled from '@emotion/styled'
import { space, color } from 'styled-system'
import { createShouldForwardProp, props } from '@styled-system/should-forward-prop'

const shouldForwardProp = createShouldForwardProp([
  ...props,
  'd',
  'x'
])

const Box = styled('div', {
  shouldForwardProp
})(props => ({
  display: props.d,
  fontWeight: props.x ? 'bold' : null,
}),
  space,
  color
)

MIT License

zewide@3wirebuild/styled-system@cocoon-ui/box@cocoon-ui/core@linktr.ee/ui-link-kit@pingux/astro@waves.exchange/waves-signer@komfy/reflexbox@galley-eng/pricing-calculatormy-test-vimal-componentsvtest-cmp@gassan/gassan-uifreemium-ui-trial@pomona/goods-coreicomera-react-library@cloudie/dropletssui-gatsby@lotter-system/core@coreym/benchmark@fxtrot/edge@testing-ui/core@everything-registry/sub-chunk-878@jkitcen/uikit@laito/box@laito/image@laito/text@komfy-social/reflexbox@kodiak-ui/core@lidofinance/lido-ui@lidofinance/styled-system@liinkiing/klee@react-yuki/uiskara-react@obigtech/ui-core@obigtech/ui@ratatoskr-ui/componentssharply-kit@robertcooper/chakra-ui-coreui-bagventura-ui@polymathnetwork/launchpad-uistinodes-uisuperlib-react@stacks/ui@stacks/ui-core@plasma-ui/core@play4them/design-system@play4them/fresco@skeleton-ui/core@mygodcorp/baseuireact-primitives-boxreact-responsive-video@nerdify/styled-system-primitives@locus.sh/neo@locus.sh/neo-ui-core@locustest/neo-ui-core@lote-design-system/core@looker/design-tokens@mindfulstudio/tenjin-ui@mindfulstudio/tuscany-componentspouncejs@gitq/gitq-icons@gitq/icons@ke.wallet/provider-ke-wallet-ui@joincontinuum/componentsreact-flex-primitive@metrewards/react-componentsreact-grid-primitive@ntragas/pouncejstestreflexbox@lucoadam1/uikit@matoa-ui/componentsproposify-design-system@sergiogc9/react-ui@tillen/fresco@onrecess/playground@oplog/express@plexswap/ui-plex@qualifyze/design-system@qonsoll/react-designstyled-ui@tedconf/monterey@syvita/ui@syvita/ui-core@taskanalytics/genustest-bcc-design-system@talves/react-isolated-theme-ui@theme-ui/components@twilio-paste/styling-librarygatsby-theme-gatsbyjs-website@alphalets-ui/core@atlantis-lab/button@additivsg/ucomponents@aksara-ui/helpers@aksara-ui/react@agnijs/agni-ui@alexanderjeurissen/flex@alexanderjeurissen/grid@adapt-ui/coreanton-ui
5.1.5

4 years ago

5.1.4

4 years ago

5.1.2

5 years ago

5.1.1

5 years ago

5.1.0

5 years ago

5.0.23

5 years ago

5.0.21

5 years ago

5.0.20

5 years ago

5.0.18

5 years ago

5.0.16

5 years ago

5.0.15

5 years ago

5.0.14

5 years ago

5.0.12

5 years ago

5.0.10

5 years ago

5.0.7

5 years ago

5.0.6

5 years ago

5.0.5

5 years ago

5.0.4

5 years ago

5.0.3

5 years ago

5.0.2

5 years ago

5.0.1

5 years ago

5.0.0

5 years ago

5.0.0-12

5 years ago

5.0.0-11

5 years ago

1.0.0

5 years ago