arwes / arwes

Futuristic Sci-Fi UI Web Framework.

Home Page:https://arwes.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Button component

romelperez opened this issue · comments

DEPENDS ON #105


Add form, call-to-action, and link button component:

  • Add Button component:
  • Add children required prop with text content.
  • Add palette variations.
  • Add disabled variation.
  • Add active variation.
  • Add FrameComponent prop to configure the button frame.
    • By default, it is the FrameUnderline component.
    • It should support palette variation.
    • It should support disabled variation.
  • Pass onClick event only when animator ENTERED.
  • Add click bleep only when animator ENTERED.
  • Render a highlight animation effect when clicked.
  • Remove in-built browser mobile on click/tap effect.