How to use @instructure/ui-grid - 2 common examples

To help you get started, we’ve selected a few @instructure/ui-grid 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-form-field / src / FormFieldLayout / index.js View on Github external
render () {
    const ElementType = this.elementType

    const classes = {
      [styles.root]: true,
      [styles.inline]: this.props.inline
    }

    return (
      
        { this.elementType === 'fieldset' && this.renderLegend() }
        
          
            { this.renderLabel() }
github instructure / instructure-ui / packages / ui-form-field / src / FormFieldLayout / index.js View on Github external
return (
      
        { this.elementType === 'fieldset' && this.renderLegend() }
        
          
            { this.renderLabel() }
            
              { this.props.children }
            
          
          { this.renderVisibleMessages() }
        
      
    )
  }
}

@instructure/ui-grid

A Grid component.

MIT
Latest version published 3 days ago

Package Health Score

87 / 100
Full package analysis

Popular @instructure/ui-grid functions

Similar packages