Skip to content

Mustard/wicket-bits

Repository files navigation

wicket-bits

Common Wicket Components

Build Status

reCAPTCHA Form Component

A simple form component that adds and validates the google reCAPTCHA

<div wicket:id="captcha"></div>
form.add(new CaptchaFormComponent("captcha");

reCAPTCHA Form Component

Stripe

Credit Card Input

<div wicket:id="stripe-cc"></div>
form.add(new StripeCreditCardField("stripe-cc"));

About

Common Wicket Components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages