Alert.md
February 1, 2018 ยท View on GitHub
Uses Window.alert() to display message to a user.
Usage
import {Alert} from 'libreact/lib/Alert';
<Alert show text='Hello world' />
Props
show- boolean, optional, whether to show the alert.text- string, require, string message to display to the user.