Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 300 Bytes

File metadata and controls

21 lines (15 loc) · 300 Bytes

Buttons.Base.Brand

Import statement:

import Theme from 'react.force.base.theme';

Button Brand JSX code:

<Theme.Buttons.Base.Brand 
  label="Button Brand" 
  onPress={()=>{
    alert('Clicked!')
  }} />

Result:

Branded Button