Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Address Book (v2)

The Address Book is a React component providing CRUD operations on the address book of a shopper.

Features:

  • List the address book entries
  • Add an address book entry
  • Change the address on an existing entry
  • Remove an address from the address book

Implementation

This AEM component only renders a div element acting as a container for the AddressBook React component.

BEM Description

BLOCK addressbook
    ELEMENT addressbook__root
    ELEMENT addressbook__body    

License information

  • Vendor: Adobe
  • Version: v2
  • Compatibility: AEM as a Cloud Service / 6.5
  • Status: production-ready