How to use the @pluralsight/ps-design-system-switch.colors function in @pluralsight/ps-design-system-switch

To help you get started, we’ve selected a few @pluralsight/ps-design-system-switch 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 / site / pages / components / switch.js View on Github external
<code>
        import Switch from '@pluralsight/ps-design-system-switch'
      </code>

      false,
            'shows a toggled-on switch'
          ]),
          PropTypes.row([
            'color',
            PropTypes.union(Switch.colors),
            null,
            <code>orange</code>,
            <span>
              track color (from <code>Switch.colors</code>)
            </span>
          ]),
          PropTypes.row([
            'disabled',
            'boolean',
            null,
            <code>false</code>,
            'standard input disable flag'
          ]),
          PropTypes.row([
            'error',
            'boolean',

@pluralsight/ps-design-system-switch

Design System component for switch ui

Apache-2.0
Latest version published 2 years ago

Package Health Score

48 / 100
Full package analysis

Similar packages