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

Implement Button component #67

Open
replygirl opened this issue Aug 17, 2020 · 1 comment
Open

Implement Button component #67

replygirl opened this issue Aug 17, 2020 · 1 comment
Labels
✨ feature New feature or request ⭐ Simple Not difficult 👋 good first issue Good for newcomers

Comments

@replygirl
Copy link
Contributor

replygirl commented Aug 17, 2020

Implement the new Button design.

interface ButtonProps {
  label?: string
  leftIcon?: string // name of icon from http://materialdesignicons.com
  onClick?: Function // event handler
  rightIcon? string // name of icon from http://materialdesignicons.com
}

Dependencies

Design assets

@replygirl replygirl added 👋 good first issue Good for newcomers ✨ feature New feature or request ⭐ Simple Not difficult labels Aug 17, 2020
@replygirl replygirl added this to the Implement 1.0 design milestone Aug 17, 2020
@jackhajb
Copy link

I'm new to BSA: OTD and think this would be a nice intro PR. @replygirl Can this be assigned to me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request ⭐ Simple Not difficult 👋 good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants