feat(SW-612): Add popover component
This commit is contained in:
committed by
Joakim Jäderberg
parent
275fdd8a78
commit
c0751968b5
19
components/TempDesignSystem/Popover/Arrow/index.tsx
Normal file
19
components/TempDesignSystem/Popover/Arrow/index.tsx
Normal file
@@ -0,0 +1,19 @@
|
||||
import styles from "./arrow.module.css"
|
||||
|
||||
export function Arrow() {
|
||||
return (
|
||||
<div className={styles.arrow}>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="27"
|
||||
height="13"
|
||||
fill="none"
|
||||
>
|
||||
<path
|
||||
fill="#fff"
|
||||
d="M13.093 12.193.9 0h25.8L14.508 12.193a1 1 0 0 1-1.415 0Z"
|
||||
/>
|
||||
</svg>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user