How to use the bpk-tokens/tokens/base.es6.buttons.buttonDestructiveColor function in bpk-tokens

To help you get started, we’ve selected a few bpk-tokens 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 Skyscanner / backpack / packages / bpk-docs / src / pages / WebButtonsPage / ButtonsPage.js View on Github external
<span>Delete</span>
        
      ,
      <div>
        
          
          <span>Search</span>
        
        
          
          <span>Help</span>
        
        
          
          <span>Delete</span>
        
      </div>,
    ],
  },
  {
    id: 'link-buttons',
    title: 'Link buttons',
    blurb: [
      
        Link buttons follow the same style as links and are used as a tertiary
        means of triggering actions. Like all other buttons, these are available
        in two sizes and have hover, active and disabled states.
      ,
    ],
    examples: [