How to use the @pluralsight/ps-design-system-halo/react.js.gapSizes function in @pluralsight/ps-design-system-halo

To help you get started, we’ve selected a few @pluralsight/ps-design-system-halo 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 pluralsight / design-system / packages / checkbox / src / react / index.js View on Github external
if (typeof onCheck === 'function') {
      onCheck(evt, !props.checked, props.value, props.name)
    }

    if (square.current) square.current.focus()
  }

  return (
    <label>
      
        <div tabindex="{props.disabled" role="checkbox" aria-checked="{props.checked}">
          {props.indeterminate &amp;&amp; }
          {props.checked &amp;&amp; !props.indeterminate &amp;&amp; }
        </div>
      

      </label>

@pluralsight/ps-design-system-halo

Design System component for halo ui

Apache-2.0
Latest version published 2 years ago

Package Health Score

48 / 100
Full package analysis

Similar packages