Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.09 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.09 KB

Examples 3

For more or other examples please check out our main README

This example showcases

  • Round inputs
  • Native CSS styling
  • ES5 Compatible

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