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

Create MenuItem component #11

Closed
pedronauck opened this issue Aug 23, 2022 · 0 comments · Fixed by #109
Closed

Create MenuItem component #11

pedronauck opened this issue Aug 23, 2022 · 0 comments · Fixed by #109
Assignees

Comments

@pedronauck
Copy link
Contributor

pedronauck commented Aug 23, 2022

Figma Reference

https://www.figma.com/file/uEckQY4EaQ5rXwyISg6d1g/Fuel-Wallet?node-id=34%3A4757

Props

  • icon: Icon
  • label: string

Observations

  • When this component is a children another MenuItem, it will have a file-three like indicating that is a submenu
  • When this component has a children, need to have a toggle feature

Implementation

<MenuItem icon="Wallet" label="Wallet">
  <MenuItem icon="User" label="MyAccount" />
</MenuItem>
@pedronauck pedronauck self-assigned this Sep 3, 2022
@pedronauck pedronauck reopened this Sep 7, 2022
luizstacio pushed a commit that referenced this issue Oct 21, 2022
* docs: Add README with instructions to install #1
* docs: Add Contributing #11 and License #12 TODOs to README
* docs: Update local install recommendations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant