UNPKG

react-ions

Version:

An open source set of React components that implement Ambassador's Design and UX patterns.

13 lines (10 loc) 294 B
import React from 'react' import Toggle from 'react-ions/lib/components/Toggle' const ExampleToggleConfirmation = () => ( <Toggle label='Click to show a confirmation' confirm='both' confirmWidth='184' confirmText='Sure about that?' /> ) export default ExampleToggleConfirmation