UNPKG

wix-style-react

Version:
21 lines (19 loc) 508 B
/* eslint-disable react/prop-types */ import React from 'react'; import { MessageBoxMarketerialLayout } from 'wix-style-react'; export default () => ( <MessageBoxMarketerialLayout title={'You are Wix Expert!'} content={ <> <div>Congrats</div> <div>You've reached the next level.</div> </> } theme="white" primaryButtonLabel="Share Your Achievement" primaryButtonTheme="blue" dataHook="next-level-modal-content" onClose={() => undefined} /> );