Getting Started

This library provides components and listeners for implementing a page that involves a Automotive Digital Retailing flow or use case.

Installation

npm install @dealermesh/react react-uuid react-visibility-sensor

or

yarn add @dealermesh/react react-uuid react-visibility-sensor

Markup

Thats it! Once you have the npm package installed, you are ready to start building your website. Implement the following structure to enable the Dealermesh components.

<DMProvider>
  <DMForm>
    <DMField>

Last updated