preact-material-components
Version:
preact wrapper for "Material Components for the web"
12 lines (11 loc) • 424 B
Plain Text
<Dialog>
<Dialog.Header>Use Google's location service?</Dialog.Header>
<Dialog.Body>
Let Google help apps determine location. This means sending
anonymous location data to Google, even when no apps are running.
</Dialog.Body>
<Dialog.Footer>
<Dialog.FooterButton cancel={true}>Decline</Dialog.FooterButton>
<Dialog.FooterButton accept={true}>Accept</Dialog.FooterButton>
</Dialog.Footer>
</Dialog>