0.0.4 • Published 8 years ago

@epl/epl-components v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

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>
0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

2.0.0

8 years ago

1.0.0

8 years ago