How to use the @pluralsight/ps-design-system-switch.labelAligns 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
'disabled',
            'boolean',
            null,
            <code>false</code>,
            'standard input disable flag'
          ]),
          PropTypes.row([
            'error',
            'boolean',
            null,
            <code>false</code>,
            'error state flag'
          ]),
          PropTypes.row([
            'labelAlign',
            PropTypes.union(Switch.labelAligns),
            null,
            <code>right</code>,
            <span>
              label position (from <code>Switch.labelAligns</code>)
            </span>
          ]),
          PropTypes.row([
            'size',
            PropTypes.union(Switch.sizes),
            null,
            <code>large</code>,
            <span>
              switch size (from <code>Switch.sizes</code>)
            </span>
          ])
        ]}

@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