Sha256: defea54b5ec9a27701dd0c7ce3bc2aebe7e50d3e2645af7242104932fc72f312
Contents?: true
Size: 742 Bytes
Versions: 29
Compression:
Stored size: 742 Bytes
Contents
def action {{#each components}} # {{titleize ./component_name}} DataShape .init(:{{./component_name}}) .data do {{dsl_content}} image "https://images.unsplash.com/photo-1606660265514-358ebbadc80d?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1575&q=80" brand "Brand" welcome_back_message "Welcome Back" google_label "Sign in with Google" alternate_label "or login with email" email_label "Email Address" password_label "Password" forgot_password_label "Forget Password?" submit_label "Login" signup_label "or sign up" end {{/each}} end
Version data entries
29 entries across 29 versions & 1 rubygems