11.9.0 • Published 1 year ago

@logangroup/tours v11.9.0

Weekly downloads
-
License
Commercial
Repository
gitlab
Last release
1 year ago

Paysites Tours React Components

Each Component encapsulate a Tour design/template

TourV4 Component

Props

Props NameDescriptionRequired
tourRepresentation of the Tourrequired
deviceInformation about the devicerequired
queryThe query string to be used for tracking/urlrequired
resourcesCollection of resources included in the Tourrequired
trackingTracking information and join informationrequired
locationLocation informationrequired
previewIdentify if the component is under preview modeDefault to false

TourV7 Component

Props

Props NameDescriptionRequired
tourRepresentation of the Tourrequired
deviceInformation about the devicerequired
queryThe query string to be used for tracking/urlrequired
resourcesCollection of resources included in the Tourrequired
trackingTracking information and join informationrequired
locationLocation informationrequired
previewIdentify if the component is under preview modeDefault to false

TourC1 Component DEPRECATED

Props

Props NameDescriptionRequired
tourRepresentation of the Tourrequired
deviceInformation about the devicerequired
queryThe query string to be used for tracking/urlrequired
resourcesCollection of resources included in the Tourrequired
trackingTracking information and join informationrequired
locationLocation informationrequired
previewIdentify if the component is under preview modeDefault to false

TourC2 Component DEPRECATED

Props

Props NameDescriptionRequired
tourRepresentation of the Tourrequired
deviceInformation about the devicerequired
queryThe query string to be used for tracking/urlrequired
resourcesCollection of resources included in the Tourrequired
trackingTracking information and join informationrequired
locationLocation informationrequired
previewIdentify if the component is under preview modeDefault to false

Usage

import React, { Fragment } from 'react';
import { TourV4, TourV7, TourC1 } from '@logangroup/tours';
import { BrowserRouter } from 'react-router-dom';
const state = require('./state');

function App() {
  return (
    <div>
      <Fragment>
        <BrowserRouter>
          <TourV4 {...state} />
        </BrowserRouter>
        <BrowserRouter>
          <TourV7 {...state} />
        </BrowserRouter>
      </Fragment>
    </div>
  );
}

export default App;
11.9.0

1 year ago

11.8.0

1 year ago

11.7.0

1 year ago

11.6.0

2 years ago

11.5.0

2 years ago

11.4.0

2 years ago

11.3.0

2 years ago

11.2.0

2 years ago

11.1.0

2 years ago

11.0.0

2 years ago

10.7.0

2 years ago

10.6.0

2 years ago

10.5.6

2 years ago

10.5.5

2 years ago

10.5.2

3 years ago

10.5.1

3 years ago

10.5.0

3 years ago

10.4.0

3 years ago

10.3.0

4 years ago

10.2.0

4 years ago

10.1.0

4 years ago

10.0.0

4 years ago

9.2.6

4 years ago

9.2.5

4 years ago

9.0.0

4 years ago

8.22.0

4 years ago

8.21.0

4 years ago

8.19.0

4 years ago

8.18.0

4 years ago

8.17.0

4 years ago

8.16.0

4 years ago

8.15.0

5 years ago

8.14.0

5 years ago

8.13.1

5 years ago

8.13.0

5 years ago

8.12.3

5 years ago

8.12.2

5 years ago

8.12.1

5 years ago

8.12.0

5 years ago

8.11.0

5 years ago

8.10.0

5 years ago

8.9.0

5 years ago

8.8.2

5 years ago

8.8.1

5 years ago

8.8.0

5 years ago

8.7.0

5 years ago

8.6.0

5 years ago

8.5.0

5 years ago

8.4.0

5 years ago

8.3.0

5 years ago

8.2.0

5 years ago

8.1.0

5 years ago

8.0.0

5 years ago

7.3.0

5 years ago

7.2.1

5 years ago

7.2.0

5 years ago

7.1.0

5 years ago

7.0.1

5 years ago

7.0.0

5 years ago

6.0.0

5 years ago

5.4.1

5 years ago

5.4.0

5 years ago

5.3.0

5 years ago

5.2.0

5 years ago

5.1.0

5 years ago

5.0.0

5 years ago

4.0.3

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago

3.6.0

5 years ago

3.5.0

5 years ago

3.4.0

5 years ago

3.3.0

5 years ago

3.2.0

5 years ago

3.1.0

5 years ago

3.0.0

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago