Skip to content

Instantly share code, notes, and snippets.

@birox
birox / Example dropdown state
Created June 19, 2019 07:54
Example dropdown state
import React from 'react';
import _ from 'lodash';
import styled from 'styled-components';
import Dropdown, { DropdownItem, DropdownItemGroup } from '@atlaskit/dropdown-menu';
import Avatar from '@atlaskit/avatar';
const NameWrapper = styled.span`
display: flex;
align-items: center;
`;