How to use the @pluralsight/ps-design-system-textinput.sizes function in @pluralsight/ps-design-system-textinput

To help you get started, we’ve selected a few @pluralsight/ps-design-system-textinput 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 / textinput.js View on Github external
'placeholder',
            'string',
            null,
            null,
            'in-field usage hint'
          ]),
          PropTypes.row([
            'ref',
            'Ref || { field: Ref,input: Ref, }',
            null,
            null,
            'refs to access underlying elements'
          ]),
          PropTypes.row([
            'size',
            PropTypes.union(TextInput.sizes),
            null,
            <code>medium</code>,
            <span>
              horizontal icon placement (from <code>TextInput.sizes</code>)
            </span>
          ]),
          PropTypes.row([
            'subLabel',
            'string',
            null,
            null,
            'supporting text or error messaging'
          ])
        ]}
      /&gt;
      <p></p>

@pluralsight/ps-design-system-textinput

Design system components for text input

Apache-2.0
Latest version published 2 years ago

Package Health Score

48 / 100
Full package analysis

Similar packages