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

Add icons to Input component #128

Open
mfmontenegro opened this issue Feb 12, 2020 · 0 comments
Open

Add icons to Input component #128

mfmontenegro opened this issue Feb 12, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@mfmontenegro
Copy link
Member

mfmontenegro commented Feb 12, 2020

As I've seen on the new design Input component now have the ability to show an Icon.

Screenshot 2020-02-12 at 23 43 18

I would add an optional "icon" prop to the Input component. If it's set, show the Icon.

  const Input: React.FC<IProps> = ({ ... }) => {
    ...
    <Icon isHidden={ !iconName } icon={ icon }>
    ...
  }
@mfmontenegro mfmontenegro added the enhancement New feature or request label Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant