Skip to content

Latest commit

 

History

History

example-5

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Examples 5

For more or other examples please check out our main README

This example shows

  • Floating labels
  • Native CSS styling
  • Working with ES5
  • Focus, valid and error indicators

HTML | CSS | Javascript

Documentation

Running locally

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