example_forms

Version, currently main branch1 version
  • main branchlatestJul 14, 2022

github.com/luckyframework/example_forms

This Repo contains HTML Form examples from simple to more complex.

0 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  example_forms:
    github: luckyframework/example_forms
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 1.4.0
Author
Jeremy Woertink
Target
  • example_forms from src/example_forms.cr

Dependencies

Runtime Dependencies

  • jwt~> 1.6.0github: crystal-community/jwt
  • avram*github: luckyframework/avram, branch: operation_array_attributes
  • lucky*github: luckyframework/lucky, branch: main
  • carbon~> 0.2.1github: luckyframework/carbon
  • authentic~> 0.8.2github: luckyframework/authentic
  • lucky_env~> 0.1.4github: luckyframework/lucky_env
  • lucky_task~> 0.1.1github: luckyframework/lucky_task
  • carbon_sendgrid_adapter~> 0.2.1github: luckyframework/carbon_sendgrid_adapter

Development Dependencies

  • lucky_flow~> 0.7.3github: luckyframework/lucky_flowdev

README

Example Forms

This is a Lucky application used to showcase different HTML forms. We use this as a sandbox / testbed for how to setup all different types of forms from simple to more complex.