How to use @pluralsight/ps-design-system-row - 5 common examples

To help you get started, we’ve selected a few @pluralsight/ps-design-system-row 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 / drawer.js View on Github external
const ExampleDrawerPanel = () => (
  <div>
    } key="bookmark" /&gt;]}
      size={Row.sizes.small}
      actionBarVisible
    /&gt;
    } key="bookmark" /&gt;]}
      size={Row.sizes.small}
      actionBarVisible
    /&gt;
    <style>{`
      .drawer-panel-example {
        padding: ${core.layout.spacingXLarge} ${core.layout.spacingXLarge}
          ${core.layout.spacingMedium} ${core.layout.spacingXLarge};
      }
    `}</style>
  </div>
)
github pluralsight / design-system / packages / site / pages / components / drawer.js View on Github external
const ExampleDrawerPanel = () =&gt; (
  <div>
    } key="bookmark" /&gt;]}
      size={Row.sizes.small}
      actionBarVisible
    /&gt;
    } key="bookmark" /&gt;]}
      size={Row.sizes.small}
      actionBarVisible
    /&gt;
    <style>{`
      .drawer-panel-example {
        padding: ${core.layout.spacingXLarge} ${core.layout.spacingXLarge}
          ${core.layout.spacingMedium} ${core.layout.spacingXLarge};
      }
    `}</style>
  </div>
github pluralsight / design-system / packages / drawer / src / react / __stories__ / index.story.js View on Github external
}
          metadata1={[
            
              <a href="https://duckduckgo.com?q=cats">Kitten McCatbuns</a>
            ,
            '23 hours of cuteness'
          ]}
          image={
            
              <a href="https://duckduckgo.com?q=image">
                <img src="https://cataas.com/cat">
              </a>
            
          }
          size={Row.sizes.medium}
          title={
            
              <a href="https://duckduckgo.com?q=title">
                I'm a Row with Actions
              </a>
            
          }
        /&gt;
      }
    &gt;
      
    
  ))
  .add('stack of drawers', () =&gt; (
github pluralsight / design-system / packages / drawer / src / react / __stories__ / index.story.js View on Github external
.add('with row component', () =&gt; (
    } /&gt;
          ]}
          actionBarVisible
          image={}
          metadata1={['Kitten McCatbuns', '23 hours of cuteness']}
          size={Row.sizes.medium}
          title="Look at me! I'm a !"
        /&gt;
      }
    &gt;
      
    
  ))
  .add('row component with actions', () =&gt; (
github pluralsight / design-system / packages / site / pages / components / row.js View on Github external
<code>Row.Text, Row.TextLink</code>,
              null,
              null,
              'first row of metadata'
            ]),
            PropTypes.row([
              'metadata2',
              <code>Row.Text, Row.TextLink</code>,
              null,
              null,
              'second row of metadata'
            ]),
            PropTypes.row(['progress', 'number', null, null, 'progress 0-100']),
            PropTypes.row([
              'size',
              PropTypes.union(Row.sizes),
              false,
              null,
              <span>
                disable resizing layout and set explicit size (from{' '}
                <code>Row.sizes</code>)
              </span>
            ]),
            PropTypes.row([
              'title',
              <span>
                string | <code>Row.TextLink &gt; a &gt; string</code>
              </span>,
              true,
              null,
              'row title or linked title'
            ]),

@pluralsight/ps-design-system-row

Design System component for row ui

Apache-2.0
Latest version published 1 year ago

Package Health Score

58 / 100
Full package analysis

Popular @pluralsight/ps-design-system-row functions

Similar packages