Skip to content

skinkade/gleroglero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gleroglero

Package Version Hex Docs

gleam add gleroglero@1
import gleroglero/solid
import lustre/attribute.{attribute}
import lustre/element/html

pub fn my_password_input() {
  html.div(
    [attribute.class("input input-bordered flex items-center gap-4 mb-2")],
    [
      html.div([attribute.class("h-4 w-4")], [solid.lock_closed()]),
      html.input([
        attribute.placeholder("************"),
        attribute.class("grow"),
        attribute.type_("password"),
        attribute.name("password"),
        attribute.autocomplete("off"),
        attribute.required(True),
      ]),
    ],
  )
}

Further documentation can be found at https://hexdocs.pm/gleroglero.

Development

cd generator
gleam run --runtime deno

About

heroicons, converted to lustre

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages