Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.77 KB

File metadata and controls

41 lines (25 loc) · 1.77 KB

Acquired.com Components Examples

This repository contains examples demonstrating the implementation of Acquired Components. Acquired Components compromises a collection of pre-built UI components supported by a Javascript SDK. It allows you to integrate the necessary cardholder data fields inyour custom checkout, ensuring full PCI-DSS SAQ-A compliance.

View a live demonstration of these examples here: https://acquiredcom.github.io/components-examples/

For further information on this product, please refer to our Components documentation

Examples

Screenshot 2023-11-08 at 11 05 23

Running locally

To run these examples, you'll need a web server. Even thought the examples consist of plain HTML, CSS, and Javascript, Acquired Components requires a valid hostname (e.g. localhost or 127.0.0.1).

Follow these steps:

  1. The first step is to clone the repository.
git clone git@github.com:acquired/components-examples.git
  1. Navigate to the the repository.
cd components-example
  1. Access the examples through a web server. Use your web server software of choice to serve the examples. Ensure it's configured to host the content at a valid hostname, such as:
http://localhost/components-example