How to use @synerise/ds-dropdown - 1 common examples

To help you get started, we’ve selected a few @synerise/ds-dropdown examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Synerise / synerise-design / packages / components / tags / src / Tags.styles.ts View on Github external
> * {
    width: fit-content;
    max-width: fit-content;
    display: block;
    width: inherit;
    cursor: pointer;
  }
`;

export const DropdownContainer = styled.div`
  display: flex;
  flex-direction: column;
  padding: 8px;
`;

export const DropdownSearch = styled(Dropdown.SearchInput)`
  && {
    margin: 0 !important;
  }
`;

export const DropdownNoTags = styled.span`
  padding: 4px;
`;

@synerise/ds-dropdown

Dropdown UI Component for the Synerise Design System

MIT
Latest version published 3 days ago

Package Health Score

66 / 100
Full package analysis

Popular @synerise/ds-dropdown functions

Similar packages