Basic Buttons
A button can contain text or a svg symbol to display it’s action. Although any tag can be used for a button, it will only be keyboard focusable if you use a button
tag or you add the property tabindex="0"
.
A button can be disabled, pointer events will not occur.
A button can be made to fill its parent.
Advanced Buttons
A filter button is there to filter the data selection.
A status button shows the current status of a task. This can be “ToDo”, “Doing” or “Done”.
A slide button has the functionality to move a task from one status to another.