wirecase-authentication-token
v0.0.12
Published
A lightweight responsive pie chart component for React using only SVG
Downloads
6
Maintainers
Readme
wirecase-authentication-token
Wirecase Authentication Token Component.
Install
npm install --save wirecase-authentication-token
Usage
import React, { Component } from "react";
import AuthenticationTokenComponent from "wirecase-authentication-token";
class Example extends Component {
render() {
return (
<AuthenticationTokenComponent
label="Auth Token"
placeholder="input token here..."
maxLength={6}
value={{
authType: "softToken",
challenge: `${Math.ceil(Math.random() * 999999)}`
}}
/>
);
}
}
Demo
http://denisu08.github.io/wirecase-authentication-token
JSFiddle Example
http://jsfiddle.net/denisu08/xxxxxxx/
What
License
MIT © denisu08