0.3.2 • Published 2 years ago

@fastform/form v0.3.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

NPM Version MIT License Downloads Forks Stars

FastForm

FastForm is a form component library designed for Svelte that includes different base components and various validator logic. FastForm's components come with no styling to allow developers more customization over the look of their applications.

🐍 Getting Started | 📕 Documentation | 📰 Medium

Key Features

  • Ease of Use: Getting started with FastForm is simple. Visit our documentation website for a guide on the different components and form logic used.
  • Default Field Components: Ready to use components that will take in validator functions.
  • Validators: FastForm includes validator function examples but also gives developers the ability to create their own custom validator functions to pass onto components.
  • Static Typing: FastForm is written in TypeScript to establish static typing and improve the overall developer experience.
  • Customizable Components: FastForm does not come with component styling. The developer is free to style any components to their own liking.

How To Install

FastForm is available as an npm package. You can install it by running the following command in the terminal within your project directory:

npm install @fastform/form

Contributors

How To Contribute

FastForm is a new open source project that has just begun development. There are many areas that have room for growth. We welcome all feedback and developer contributions. Below is a list of features and improvements that any open source developer can contribute to. If you have any additional concepts, feel free to discuss and implement them as well.

  • Asynchronous validation
  • Additional validator functions to be passed onto components
  • Larger component library
  • Custom developer error handling on validator functions

License

FastForm is developed under the MIT license.

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago