Toast
Usage
import { ToastHub, Toast, Button } from '@aragon/ui'
const App = () => (
<ToastHub>
<Toast>
{toast => (
<Button onClick={() => toast("hello world")</Button>}>Click me</Button>
)}
</Toast>
</ToastHub>
)Demonstration

Props
timeout
timeoutTYPE
DEFAULT VALUE
showIndicator
showIndicatorTYPE
DEFAULT VALUE
threshold
thresholdTYPE
DEFAULT VALUE
position
positionTYPE
DEFAULT VALUE
top
topTYPE
DEFAULT VALUE
shift
shiftTYPE
DEFAULT VALUE
Compound components
Toast
ToastLast updated
Was this helpful?
