### Quick Action Toast Quick Action Toasts are used to show contextually relevent commands and actions and should stick to the bottom of the page when they are active. ```jsx // Name: Active const React = require('react'); const { StickyFooter, StartIcon, Button, StopIcon, ResetIcon, DeleteIcon } = require('../'); const { Row, Col } = require('joyent-react-styled-flexboxgrid');
; ```