uxilab / uxi

UXI Core components - https://twitter.com/uxi_lab
https://www.uxilab.eu/
5 stars 1 forks source link

set up first implementation of UserMenu: #41

Closed denisflorkin closed 5 years ago

denisflorkin commented 5 years ago

and :

<UserMenu
      anchor="right"
      main={<FlatButton icon={<Options size="14" />} />}
    >
      <UserMenuItem icon={<Download />}> Download </UserMenuItem>
      <UserMenuItem icon={<Delete />}> Delete </UserMenuItem>
      <UserMenuItem icon={<Add />}> Queue </UserMenuItem>
      <UserMenuItem icon={<Upload />}> Upload </UserMenuItem>
      <UserMenuItem icon={<Report />} extra={<Star size="14" />}> Report </UserMenuItem>
    </UserMenu>
denisflorkin commented 5 years ago

Still some issue,

but probably good as a V1 to close #39

no breaking change, only added things