For more or other examples please check out our main README
This example showcases
- Floating labels
- Native CSS styling
- Works with ES5
- Focus, valid and error indicators
- Integration with more input fields
HTML | CSS | Javascript
In order to run the examples you need a webserver. Although its plain HTML, CSS and JavaScript Mollie Components needs a valid hostname (e.g. localhost or 127.0.0.1). For this README example we use the serve package but any other webserver should work just fine.
Clone the repo
git clone [email protected]:mollie/components-examples.git
Navigate to the the repo
cd components-example
Serve the examples via a webserver
npx serve