0.0.9 • Published 29 days ago

form-associated-helpers v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
29 days ago

This package is still in beta. Proceed with caution.

If you are looking for a more fully-fledged solution, check out the inspiration for this package:

https://github.com/open-wc/form-participation

Purpose

A collection of reusable mixins + helpers for working with form associated custom elements.

Foreword

This package is currently considered an "alpha" package. Use at your own risk.

Most of these mixins have been tested and intended to work with Lit. Other custom element implementations may work, but is not the purpose of this library (currently).

Documentation

Documentation can be found here:

https://konnorrogers.github.io/form-associated-helpers/

Local Development

Prerequisites

  • Ruby 3.2
  • NodeJS v20
  • PNPM

Setup

git clone https://github.com/konnorrogers/form-associated-helpers
cd form-associated-helpers
pnpm run setup # This will install the main package dependencies, and the documentation dependencies

Starting the dev server

pnpm run start:docs

# OR

cd docs && bin/bridgetown start

Roadmap

- Document creating an "option" + "select" - Document creating a "checkbox"

0.0.9

29 days ago

0.0.8

2 months ago

0.0.7

2 months ago

0.0.6

2 months ago

0.0.5

3 months ago

0.0.3

3 months ago

0.0.4

3 months ago

0.0.2

5 months ago