Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Example 1

For more or other examples please check out our main README

This example showcases our individual "Fields" components.

  • Basic example
  • Native CSS styling
  • ES5 Compatible

HTML | CSS | Javascript

Documentation

For further information, please refer to the relevant documentation listed below:

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).

  1. The first step is to clone the repository.
git clone git@github.com:acquiredcom/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