Skip to content

listStyleType not respected in list #3606

Answered by jalexy12
jalexy12 asked this question in General
Discussion options

You must be logged in to vote

In this case it's actually a Link to a different page. It wasn't necessarily obvious looking at the original design, but I turned it into a menu with an href so now it's hoverable and a bit more clear that it links out somewhere. In this case I just made the MenuButton contain the Icon that expands the menu + a standard Menu for the popover:

<>
  <MenuButton {...menu} variant="reset" size="reset">
      <IconGroup items={items} />
   </MenuButton>
   <Menu {...menu} aria-label="Connections">
       {items.map(item => (
           <MenuItem {...menu} key={item.id} href={item.href}>
               <Box display="flex" alignItems="center">
                   <Icon logo={item.logo} isFirstChil…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@jalexy12
Comment options

@SiTaggart
Comment options

@jalexy12
Comment options

Answer selected by nkrantz
@SiTaggart
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants