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

To help you get started, we’ve selected a few @pluralsight/ps-design-system-dropdown 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 / dropdown.js View on Github external
Dropdown

      <p>Install the component dependency:</p>
      <code>
        npm install @pluralsight/ps-design-system-dropdown
      </code>

      <p>Include a React component in your project:</p>
      <code>
        import Dropdown from '@pluralsight/ps-design-system-dropdown/react'
      </code>
      default,
            <span>
              visual style (from <code>Dropdown.appearances</code>)
            </span>
          ]),
          PropTypes.row([
            'disabled',
            'boolean',
            null,
            <code>false</code>,
            'standard input disabled flag'
          ]),
          PropTypes.row([
            'error',
            'boolean',

@pluralsight/ps-design-system-dropdown

Design system components for dropdown

Apache-2.0
Latest version published 2 years ago

Package Health Score

48 / 100
Full package analysis

Similar packages