All Projects → amberframework → jasper-helpers

amberframework / jasper-helpers

Licence: MIT license
A library of helpers for working with html for apps Crystal

Programming Languages

crystal
512 projects

Projects that are alternatives of or similar to jasper-helpers

mobx-react-form-devtools
DevTools for MobX React Form
Stars: ✭ 30 (+50%)
Mutual labels:  form
powermail
This is the official repository of the TYPO3 extension powermail! Powermail is a well-known, editor-friendly, powerful and easy mailform extension for TYPO3
Stars: ✭ 76 (+280%)
Mutual labels:  form
laravel-form-components
Form components built for Tailwind & Livewire.
Stars: ✭ 225 (+1025%)
Mutual labels:  form
kirby-hashed-assets
🛷 File name hashes support for css() and js() helpers. Without rewrite rules!
Stars: ✭ 15 (-25%)
Mutual labels:  assets
assets generator
The flutter tool to generate assets‘s configs(yaml) and consts automatically for single project and multiple modules.
Stars: ✭ 34 (+70%)
Mutual labels:  assets
hashed-asset-bundle
Apply an asset version based on a hash of the asset for symfony/asset
Stars: ✭ 24 (+20%)
Mutual labels:  assets
NFlags
Simple yet powerfull library to made parsing CLI arguments easy. Library also allow to print usage help "out of box".
Stars: ✭ 44 (+120%)
Mutual labels:  helper
react-inputs-validation
A react component for form inputs validation. Online demo examples
Stars: ✭ 48 (+140%)
Mutual labels:  form
Website-downloader
💡 Download the complete source code of any website (including all assets). [ Javascripts, Stylesheets, Images ] using Node.js
Stars: ✭ 615 (+2975%)
Mutual labels:  assets
react-form-firebase
Simple form with Firebase
Stars: ✭ 26 (+30%)
Mutual labels:  form
GoGPUtils
Enhance productivity and avoid to reinvent the wheel every time that you start a Go project
Stars: ✭ 29 (+45%)
Mutual labels:  helper
react-use-hubspot-form
Embed HubSpot forms into your React components using hooks! Works with Create React App, Gatsby and other platforms.
Stars: ✭ 41 (+105%)
Mutual labels:  form
Android-SharedPreferences-Helper
This Shared Preferences Helper library (Library size = ~15kb only) Simplifies usage of the default Android SharedPreferences Class. The developer can do in a few lines of code which otherwise would have required several. Simple to understand as compared to the default Shared Preferences class and easy to use. Can be used by simply adding the dep…
Stars: ✭ 15 (-25%)
Mutual labels:  helper
veasy
A comprehensive react form solution which aims to eliminate all tedious logic.
Stars: ✭ 31 (+55%)
Mutual labels:  form
file-input-accessor
Angular directive that provides file input functionality in Angular forms.
Stars: ✭ 32 (+60%)
Mutual labels:  form
helpers.js
Small JavaScript functions for common use cases.
Stars: ✭ 37 (+85%)
Mutual labels:  helper
FrontendForms
A module for ProcessWire CMS to create and validate forms on the frontend easily using the Valitron library.
Stars: ✭ 0 (-100%)
Mutual labels:  form
laravel-cache
An improved helper for working with cache
Stars: ✭ 64 (+220%)
Mutual labels:  helper
SQLServerTools
This repo is the home of various SQL-Server-Tools
Stars: ✭ 28 (+40%)
Mutual labels:  helper
craft3-forms
This craft CMS 3 form plugin makes it easy to create and use custom forms with the features the Yii 2 Framework offers. On top of this, the plugin provides even more functionalities for easy implementation of forms in twig templates.
Stars: ✭ 20 (+0%)
Mutual labels:  form

Build Status

Jasper::Helpers

A library of helpers for Amber Framework.

Installation

Add this to your application's shard.yml:

dependencies:
  jasper_helpers:
    github: amberframework/jasper-helpers

Usage

require "jasper_helpers"

class ApplicationController < Amber::Controller::Base
  include JasperHelpers
  LAYOUT = "application.slang"
end

Contributing

  1. Fork it ( https://github.com/amberframework/Jasper-Helpers/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].