All Projects → nextras → forms

nextras / forms

Licence: MIT license
[DEPRECATED] Form controls for Nette Framework

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to forms

static-router
Simple static router for Nette Framework
Stars: ✭ 24 (-52%)
Mutual labels:  nextras, nette-component
mail-panel
Mail panel for Nette framework
Stars: ✭ 69 (+38%)
Mutual labels:  nextras, nette-component
react-forms-processor
A forms processor for React
Stars: ✭ 63 (+26%)
Mutual labels:  forms
svelte-multistep-form
Svelte MultiStep Form like, this component is still in beta stage
Stars: ✭ 29 (-42%)
Mutual labels:  forms
SuluCommunityBundle
Community features like Login, Registration, Password forget/reset for your sulu application.
Stars: ✭ 20 (-60%)
Mutual labels:  forms
Formidable
The PHP pragmatic forms library
Stars: ✭ 116 (+132%)
Mutual labels:  forms
MagicForm
The easiest way to make complex forms with validations.
Stars: ✭ 31 (-38%)
Mutual labels:  forms
platform
A collection of minimalistic, easy-to-use and fully customizable Angular components, directives and services
Stars: ✭ 17 (-66%)
Mutual labels:  forms
rakered
The open source components from rake.red
Stars: ✭ 28 (-44%)
Mutual labels:  forms
final-form-arrays
Array Mutators for 🏁 Final Form
Stars: ✭ 64 (+28%)
Mutual labels:  forms
formularium
Formularium is a FOSS, privacy-first, and user-friendly toolkit for municipalities to support them in making their public services available online.
Stars: ✭ 88 (+76%)
Mutual labels:  forms
forms
A library to build declarative, composable, reactive user interfaces with WebSharper.
Stars: ✭ 12 (-76%)
Mutual labels:  forms
ember-validity-modifier
Ember Octane addon to add custom validity (form validation) to form fields
Stars: ✭ 28 (-44%)
Mutual labels:  forms
django-jsonfield-backport
Backport of the cross-DB JSONField model and form fields from Django 3.1.
Stars: ✭ 36 (-28%)
Mutual labels:  forms
streaming-form-data
Streaming parser for multipart/form-data written in Cython
Stars: ✭ 112 (+124%)
Mutual labels:  forms
forms-wizard
🎩 Easy to use step-by-step form for Nette Framework
Stars: ✭ 14 (-72%)
Mutual labels:  forms
edulabs
No description or website provided.
Stars: ✭ 15 (-70%)
Mutual labels:  forms
talos
Elixir parameter validation library. Simple and extensible
Stars: ✭ 23 (-54%)
Mutual labels:  forms
RDForm
Create and edit RDF data in a HTML form
Stars: ✭ 16 (-68%)
Mutual labels:  forms
formula-one
Strongly-typed React form state management
Stars: ✭ 66 (+32%)
Mutual labels:  forms

Nextras Forms

====================

This repository is deprecated.
Current releases work for Nette 2.2.
For Nette 3.0+ see new repositories nextras/form-components and nextras/forms-rendering.

====================

Build Status Downloads this Month Stable version Code coverage

List of components:

  • DatePicker - date picker, represented by DateTime object
  • DateTimePicker - date & time picker, represented by DateTime object
  • Typeahead - the best autocomplete for your forms
  • BS3InputMacros - input macros for Bootstrap 3 (adds some css classes)
  • Bs3FormRenderer - renders forms quicky in Bootstrap 3 design
  • Bs4FormRenderer - renders forms quicky in Bootstrap 4 design
  • ComponentControl - form's control which contains Component interface and my have own template, receive signals & render snippets;

Installation

The best way to install is using Composer:

$ composer require nextras/forms

For Date(Time)Picker we recommend use DateTime Picker for Bootstrap. See JS init script.

Documentation

Add in your config.neon:

extensions:
    nextras.form: Nextras\Forms\Bridges\NetteDI\FormsExtension
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].