1.23.4 • Published 6 days ago

@protacon/muster-booking-frontend v1.23.4

Weekly downloads
41
License
SEE LICENSE IN LI...
Repository
-
Last release
6 days ago

Muster booking frontend

Online booking frontend

Install

npm install @protacon/muster-booking-frontend

Usage

import BookingComponent from '@protacon/muster-booking-frontend'
import '@protacon/muster-booking-frontend/dist/styles.bundle.css'

...

render() {
	return (
		<BookingComponent
			locale="sv"
			timezone="Europe/Stockholm"
			apiEndpoint="https://.../booking.api/v1"
			chainId={2}
			googleApiKey="..."
			maxStations={5}

			// Optional. Preselect reservation params
			plateNumber="..."
			product="..." // Inspection | PostInspection | ConditionInspection
			stationId={...}

			// Optional. Start component with search reservation form, optionaly pass default values
			searchReservation={{
				bookingNumber: '...',
				lastName: '...',
			}}
			/>
	)
}

To start component with existing reservation payment navigate to page with component with search:

?continuePaymentReservationUid={reservationUid}&stationId={stationId}

Development

npm start
open http://localhost:8080/
1.23.4

6 days ago

1.23.2

9 days ago

1.23.3

9 days ago

1.23.1

12 days ago

1.23.0

25 days ago

1.22.2

3 months ago

1.22.1

5 months ago

1.22.0

5 months ago

1.19.0

7 months ago

1.18.0

9 months ago

1.21.1

5 months ago

1.20.0

6 months ago

1.17.0

1 year ago

1.16.1

1 year ago

1.16.0

1 year ago

1.15.0

2 years ago

1.14.0

2 years ago

1.13.0

3 years ago

1.12.0

3 years ago

1.11.0

3 years ago

1.10.0

3 years ago

1.9.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.7.0

4 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago