5.1.5 • Published 5 years ago

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

Weekly downloads
183,937
License
MIT
Repository
-
Last release
5 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@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-878superlib-reactventura-ui@ditointernet/uai-components@compiled-system/core@contra-ui/corelayout-kit-reactstyled-uistinodes-uiui-bagtest-bcc-design-system@atlantis-lab/button@atomik-ui/box@audentio/stuff@avj/box@avj/core@avni-ui/core@alexanderjeurissen/flex@alexanderjeurissen/grid@aksara-ui/helpers@aksara-ui/react@alphalets-ui/core@awwwoeey/uikit@axiomatic/react-components@basic-ui/material@agnijs/agni-ui@blockstack/ui@builtbypixel/plasma@carecar-ds/box@caredoc/ui-web@cap-collectif/ui@class101/ui-system@centrifuge/fabric@adapt-ui/core@additivsg/ucomponents@codacy/ui-components@coinjoss-ui/core@braineet/ui@bonobolabs/mds-web-ui@bonobolabs/mds-web-ui-gatsby@bonobolabs/mds-web-ui-reach@dasa-health/alma-react@duswap/uikit@hitagi/core@hitagi/dota@hygraph/baukasten@iguanadex/uikit@effable/react@gatsbyjs/gatsby-theme-website@egoist/chakra-ui@ethers-react/ui@gitq/gitq-icons@gitq/icons@laito/box@laito/image@laito/text@lidofinance/styled-system@locus.sh/neo@locus.sh/neo-ui-core@locustest/neo-ui-core@looker/design-tokens@lote-design-system/core@lidofinance/lido-ui@liinkiing/klee@lucoadam1/uikit@metrewards/react-components@matoa-ui/components@mygodcorp/baseui@nerdify/styled-system-primitives@envio-ui/helpers@envio-ui/react@evilfactory/anggun@evilfactory/anggun-core@eyeem-ui/atoms@mindfulstudio/tenjin-ui@mindfulstudio/tuscany-components@jkitcen/uikit@jag-ui-react/core@kodiak-ui/core@komfy-social/reflexbox
5.1.5

5 years ago

5.1.4

6 years ago

5.1.2

6 years ago

5.1.1

6 years ago

5.1.0

6 years ago

5.0.23

6 years ago

5.0.21

6 years ago

5.0.20

6 years ago

5.0.18

6 years ago

5.0.16

6 years ago

5.0.15

6 years ago

5.0.14

6 years ago

5.0.12

6 years ago

5.0.10

6 years ago

5.0.7

6 years ago

5.0.6

6 years ago

5.0.5

6 years ago

5.0.4

6 years ago

5.0.3

6 years ago

5.0.2

6 years ago

5.0.1

6 years ago

5.0.0

6 years ago

5.0.0-12

6 years ago

5.0.0-11

6 years ago

1.0.0

6 years ago