Create a button component #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Make a research of our UI desing.
Figure out possible button states, like
hover
,active
,disabled
,focus
.Figure out possible button stylings, like
filled
,outlined
,text
.Figure out possible button color schemas.
Write comments!
Define string-literals for stylings and color schemas.
Create component!
Component must support:
Follow https://www.w3schools.com/accessibility/index.php to make component accessible.
Closed http://85.143.176.51:3000/free-land/front-end/pulls/67