SchoolBridge
· One min read
This should cover common used UI/UX modules, style guideline and best practices.
The UI framework is ReactStrap v8
This should cover common used UI/UX modules, style guideline and best practices.
The UI framework is ReactStrap v8
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>
This is the summary of a very long blog post,
Use a <!--
truncate
-->
comment to limit blog post size in the list view.
Blog posts support Docusaurus Markdown features, such as MDX.
Use the power of React to create interactive blog posts.