Dropdown align edge:
{{> radio1 "alignRight" "false" "Left"}}
{{> radio1 "alignRight" "true" "Right"}}
Positioning:
{{> radio1 "positioning" "relative" "Relative"}}
{{> radio1 "positioning" "absolute" "Absolute"}}
{{> radio1 "positioning" "floatRight" "Float:right"}}
{{> radio1 "positioning" "inline" "Inline"}}
How many third-party services?
{{> radio1 "numServices" "0" "0"}}
{{> radio1 "numServices" "1" "1"}}
{{> radio1 "numServices" "2" "2"}}
{{> radio1 "numServices" "3" "3"}}
Has password accounts?
{{> radio1 "hasPasswords" "false" "No"}}
{{> radio1 "hasPasswords" "true" "Yes"}}
Password sign-up fields:
{{> radio1 "signupFields" "EMAIL_ONLY" "Email"}}
{{> radio1 "signupFields" "USERNAME_ONLY" "Username"}}
{{> radio1 "signupFields" "USERNAME_AND_EMAIL" "Username & Email"}}
{{> radio1 "signupFields" "USERNAME_AND_OPTIONAL_EMAIL" "Username & Optional Email"}}
Fake-Configure:
{{> button1 "fakeConfig" "facebook" "Facebook"}}
{{> button1 "fakeConfig" "github" "GitHub"}}
{{> button1 "fakeConfig" "google" "Google"}}
Show Configure Dialog:
{{> button1 "showConfig" "facebook" "Facebook"}}
{{> button1 "showConfig" "github" "GitHub"}}
{{> button1 "showConfig" "google" "Google"}}
Unconfigure:
{{> button1 "unconfig" "facebook" "Facebook"}}
{{> button1 "unconfig" "github" "GitHub"}}
{{> button1 "unconfig" "google" "Google"}}
Messages:
{{> button1 "messages" "error" "Error"}}
{{> button1 "messages" "info" "Info"}}
{{> button1 "messages" "clear" "Clear"}}
Signing in/out
{{> button1 "sign" "in" "Fake sign-in"}}
{{> button1 "sign" "out" "Sign out"}}
Logged-out Views
{{> button1 "lov" "signIn" "Sign In"}}
{{> button1 "lov" "createAccount" "Create Account"}}
{{> button1 "lov" "forgotPassword" "Forgot Password"}}
Logged-in Views
{{> button1 "liv" "accountButtons" "Account Buttons"}}
{{> button1 "liv" "changePassword" "Change Password"}}
{{> button1 "liv" "messageOnly" "Message Only"}}
Other Modals
{{> button1 "modals" "resetPassword" "Reset Password"}}
{{> button1 "modals" "enrollAccount" "Enroll Account"}}
{{> button1 "modals" "justVerifiedEmail" "Verified Email"}}
Logging-in Spinner
{{> radio1 "fakeLoggingIn" "false" "Off"}}
{{> radio1 "fakeLoggingIn" "true" "Pretend loggingIn=true"}}
Background Color
{{> radio1 "bgcolor" "white" "White"}}
{{> radio1 "bgcolor" "black" "Black"}}
{{> radio1 "bgcolor" "red" "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}}