Dropdown align edge:
{{> radio key="alignRight" value="false" label="Left"}}
{{> radio key="alignRight" value="true" label="Right"}}
Positioning:
{{> radio key="positioning" value="relative" label="Relative"}}
{{> radio key="positioning" value="absolute" label="Absolute"}}
{{> radio key="positioning" value="floatRight" label="Float:right"}}
{{> radio key="positioning" value="inline" label="Inline"}}
How many third-party services?
{{> radio key="numServices" value="0" label="0"}}
{{> radio key="numServices" value="1" label="1"}}
{{> radio key="numServices" value="2" label="2"}}
{{> radio key="numServices" value="3" label="3"}}
Has password accounts?
{{> radio key="hasPasswords" value="false" label="No"}}
{{> radio key="hasPasswords" value="true" label="Yes"}}
Password sign-up fields:
{{> radio key="signupFields" value="EMAIL_ONLY" label="Email"}}
{{> radio key="signupFields" value="USERNAME_ONLY" label="Username"}}
{{> radio key="signupFields" value="USERNAME_AND_EMAIL" label="Username & Email"}}
{{> radio key="signupFields" value="USERNAME_AND_OPTIONAL_EMAIL" label="Username & Optional Email"}}
Fake-Configure:
{{> button key="fakeConfig" value="facebook" label="Facebook"}}
{{> button key="fakeConfig" value="github" label="GitHub"}}
{{> button key="fakeConfig" value="google" label="Google"}}
Show Configure Dialog:
{{> button key="showConfig" value="facebook" label="Facebook"}}
{{> button key="showConfig" value="github" label="GitHub"}}
{{> button key="showConfig" value="google" label="Google"}}
Unconfigure:
{{> button key="unconfig" value="facebook" label="Facebook"}}
{{> button key="unconfig" value="github" label="GitHub"}}
{{> button key="unconfig" value="google" label="Google"}}
Messages:
{{> button key="messages" value="error" label="Error"}}
{{> button key="messages" value="info" label="Info"}}
{{> button key="messages" value="clear" label="Clear"}}
Signing in/out
{{> button key="sign" value="in" label="Fake sign-in"}}
{{> button key="sign" value="out" label="Sign out"}}
Logged-out Views
{{> button key="lov" value="signIn" label="Sign In"}}
{{> button key="lov" value="createAccount" label="Create Account"}}
{{> button key="lov" value="forgotPassword" label="Forgot Password"}}
Logged-in Views
{{> button key="liv" value="accountButtons" label="Account Buttons"}}
{{> button key="liv" value="changePassword" label="Change Password"}}
{{> button key="liv" value="messageOnly" label="Message Only"}}
Other Modals
{{> button key="modals" value="resetPassword" label="Reset Password"}}
{{> button key="modals" value="enrollAccount" label="Enroll Account"}}
{{> button key="modals" value="justVerifiedEmail" label="Verified Email"}}
Logging-in Spinner
{{> radio key="fakeLoggingIn" value="false" label="Off"}}
{{> radio key="fakeLoggingIn" value="true" label="Pretend loggingIn=true"}}
Background Color
{{> radio key="bgcolor" value="white" label="White"}}
{{> radio key="bgcolor" value="black" label="Black"}}
{{> radio key="bgcolor" value="red" label="Red"}}
{{#with settings}}
{{#if match "positioning:inline"}}
Here is a place to sign in, yay!
{{/if}}
{{> loginButtons align=dropdownAlign}}
{{#if match "positioning:inline"}}
Isn't that great?
{{/if}}
{{#unless match "positioning:absolute"}}
A line that shouldn't move when logging in and logging out
{{/unless}}
{{/with}}