0.0.4 • Published 10 years ago
@epl/epl-components v0.0.4
epl-react-component
React Component for sending invite in email and resending if already registered.
Install
npm install @epl/epl-components
Use
var InviteButton = require('@epl/epl-components');
<InviteButton 
	defaultValue="text in button"
    alreadyRegistered="Boolean value"
    resendInviteClick="click listener for resend invite button"
    sendInviteClick="click listener send invite button"
    error="boolean if any error in response"
    errorText="errorm message to be displayed"
    submitRegistrationButtonDisabled="boolean to disable the button">
</InviteButton>