Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build A Custom Button Component #26

Closed
hlavu opened this issue Jan 16, 2022 · 0 comments · Fixed by #93
Closed

Build A Custom Button Component #26

hlavu opened this issue Jan 16, 2022 · 0 comments · Fixed by #93
Assignees
Labels
difficulty:easy Issue that takes 1 - 3 days feature Feature request frontend priority:medium Issue to be done in the current sprint
Projects
Milestone

Comments

@hlavu
Copy link
Collaborator

hlavu commented Jan 16, 2022

Is your feature request related to a problem? Please describe.

The application is designed with a bunch of buttons to support users' interaction. For frontend developers' convenience, the button component is created for reuse during development process.

Are there any related issues? Please list all of them.

  • None

Describe the solution you'd like

image

Acceptance criteria

  • Button should have one color (based on the background & design)
  • There should be 2 types of button: a pill (oval) button and a square (rounded corners) button
  • Button should follow the original design

Describe the solution you'd like

  • The component should receive props from its parent component.
  • The component should inform its parent component when it's clicked.
  • props can be button's color, button's text, button's width/height, button's border radius, etc...

Describe alternatives you've considered

  • None

Additional context

@hlavu hlavu added frontend feature Feature request priority:low Default priority when a new issue is created labels Jan 16, 2022
@hlavu hlavu added this to the Milestone 1 milestone Jan 16, 2022
@hlavu hlavu added this to Backlog in Seeksi via automation Jan 16, 2022
@oliver-pham oliver-pham moved this from Backlog to To Do in Seeksi Jan 23, 2022
@oliver-pham oliver-pham added difficulty:easy Issue that takes 1 - 3 days priority:medium Issue to be done in the current sprint and removed priority:low Default priority when a new issue is created labels Jan 23, 2022
@oliver-pham oliver-pham moved this from To Do to In progress in Seeksi Jan 23, 2022
@hlavu hlavu mentioned this issue Jan 27, 2022
4 tasks
@hlavu hlavu moved this from In progress to Code review in Seeksi Jan 27, 2022
Seeksi automation moved this from Code review to Done Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty:easy Issue that takes 1 - 3 days feature Feature request frontend priority:medium Issue to be done in the current sprint
Projects
Seeksi
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants