1.1.1 • Published 7 years ago

react-confirm-btn v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

React Confirm Button

Simple react component that handles confirmation before running an action

Installation

npm install react-confirm-btn --save
// or
yarn add react-confirm-btn

Example

import ConfirmBtn from 'react-confirm-btn'

...
<ConfirmBtn onConfirm="..." > Delete </ConfirmBtn>

Props

{
    onConfirm: () => void,
    confirmText?: string,
    time?: number,
    style?: {},
    ...
}

Demo

Check out the Demo generated using storybook