predefined default props

미리 정의된 react component library를 사용하게 되면 props를 미리 정의해야 할 때가 있다.

component의 defaultProps가 static이기 때문에 이 component의 defaultProps를 미리 정의하여 사용할 수 있다.

file은 /imports/startup/client/default_props_init.coffee에 위치한다.

# /imports/startup/client/default_props_init.coffee

import { Button } from 'semantic-ui-react'

Button.defaultProps.color = 'red'

results matching ""

    No results matching ""