There was an error while loading. Please reload this page.
block-name_modifier-name
block-name__element-name_modifier-name
prefixCls
prefix-cls
customized rules:
"rules": { "jsx-quotes": ["error", "prefer-double"], "react/jsx-no-bind": 0 }
Global Modules(do not need to import)
import React from 'react' import PropTypes from 'prop-types' import cx from 'classnames'
> NOTE: replace Component with React.Component
Component
React.Component
class ComponentName extends React.Component