How to use the @instructure/ui-view.View.propTypes function in @instructure/ui-view

To help you get started, we’ve selected a few @instructure/ui-view examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github instructure / instructure-ui / packages / ui-billboard / src / Billboard / index.js View on Github external
margin,
      elementRef
    } = this.props

    const classes = {
      [styles.root]: true,
      [styles[size]]: true,
      [styles.clickable]: href || onClick,
      [styles.disabled]: disabled
    }
    const Element = getElementType(Billboard, this.props)

    return (
      
    )
  }
}

@instructure/ui-view

A component for basic styles including spacing, sizing, borders, display, positioning, and focus states.

MIT
Latest version published 24 days ago

Package Health Score

87 / 100
Full package analysis

Similar packages