Skip to main content

Buttons

· One min read

Use ReactStrap buttons. The School theme colour will be used by default.

<Button onClick={ () => {  } }>{ lang name }</Button>
<Button color="success" onClick={ () => {  } }>{ lang name }</Button>
<Button color="danger" outline onClick={ () => {  } }>{ lang name }</Button>
<Button color="danger" outline btSize="sm" onClick={ () => {  } }>{ lang name }</Button>