Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@doodle/components / controls / Input / __tests__ / MultiEmailSelect / __snapshots__ / ActivateSuggestions.spec.js.snap
Size: Mime:
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`MultiEmailSelect ActivateSuggestions matches a snapshot 1`] = `
<div
  className="ActivateSuggestions"
>
  <Icon
    className={null}
    dimension={null}
    icon={[Function]}
    semantic={null}
    width="22px"
  />
  <h2
    className="u-titleS ActivateSuggestions-headline"
  >
    Headline
  </h2>
  <p
    className="ActivateSuggestions-text"
  >
    Some text
  </p>
  <Button
    active={false}
    className={null}
    dimension={null}
    focus={false}
    hover={false}
    href="/test"
    inputButtonClass={null}
    modifier={null}
    responsive={null}
    target="_self"
    type="button"
    variant="whiteWithBorder"
  >
    <ButtonLabel>
      Button text
    </ButtonLabel>
  </Button>
  <Button
    active={false}
    className={null}
    dimension={null}
    focus={false}
    hover={false}
    href={null}
    inputButtonClass={null}
    modifier={null}
    onClick={[Function]}
    responsive={null}
    target="_self"
    type="button"
    variant="linkBlue"
  >
    <ButtonLabel>
      Siltent button text
    </ButtonLabel>
  </Button>
</div>
`;