Repository URL to install this package:
|
Version:
8.0.0-rc.3 ▾
|
@doodle/components
/
controls
/
Input
/
__tests__
/
MultiEmailSelect
/
__snapshots__
/
ActivateSuggestions.spec.js.snap
|
|---|
// 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>
`;