Skip to main content

SchoolBridge

· One min read

This should cover common used UI/UX modules, style guideline and best practices.

The UI framework is ReactStrap v8

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>

Modals

· 3 min read

This is the summary of a very long blog post,

Use a <!-- truncate --> comment to limit blog post size in the list view.