
Security News
Safari 18.4 Ships 3 New JavaScript Features from the TC39 Pipeline
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
@alvarium/check-in-widget
Advanced tools
This widget lists the check-ins for a given user. Then it allows the user to complete the check-in by clicking on the button.
This widget lists the check-ins for a given user. Then it allows the user to complete the check-in by clicking on the button.
<check-in-widget
endpoint='https://alvdev.gw2.alvarium.io'
userId='46efb827-6301-4f36-ba24-5948ec4b14a7'
token='eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6IjYw'
locale='es'
components='{"photo": "/admin/widgets/photo","bank_account": "/admin/widgets/bank-accounts","document": "/admin/widgets/document", "address": "/admin/widgets/address"}'
></check-in-widget>
<link rel="stylesheet" href="https://unpkg.com/@alvarium/check-in-widget/dist/style.css" />
<script src="https://unpkg.com/@alvarium/check-in-widget/dist/index.js"></script>
First you should install the package using npm or yarn:
npm install @alvarium/check-in-widget
yarn add @alvarium/check-in-widget
Then you should include the CheckIn import, the style.css file and the component in your code like this:
import { CheckIn } from '@alvarium/check-in-widget/dist/lib'
import '@alvarium/check-in-widget/dist/lib/style.css'
<CheckIn
endpoint='https://alvdev.gw2.alvarium.io'
token='eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6IjYw'
locale='es'
userId='46efb827-6301-4f36-ba24-5948ec4b14a7'
components='{
"photo": "https://alvdev.gw2.alvarium.io/admin/widgets/photo",
"bank_account": "https://alvdev.gw2.alvarium.io/admin/widgets/bank-accounts",
"document": "https://alvdev.gw2.alvarium.io/admin/widgets/document",
"address": "https://alvdev.gw2.alvarium.io/admin/widgets/address"
}'
deviceId='46efb827-6301-4f36-ba24-5948ec4b14a7'
/>
The component accepts the following props:
Prop | Required | Type | Description |
---|---|---|---|
endpoint | * | string | The Alvarium endpoint |
deviceId | * | string | The device id of the tablet |
userId | * | string | The user id |
token | * | string | The token |
locale | * | string | The locale |
components | * | string | The components url to be rendered |
yarn install
yarn start
unpkg
distributionyarn build
npm
distributionyarn build:lib
yarn build:all
FAQs
This widget lists the check-ins for a given user. Then it allows the user to complete the check-in by clicking on the button.
The npm package @alvarium/check-in-widget receives a total of 68 weekly downloads. As such, @alvarium/check-in-widget popularity was classified as not popular.
We found that @alvarium/check-in-widget demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
Research
Security News
The Socket Research Team investigates a malicious Python package that enables automated credit card fraud on WooCommerce stores by abusing real checkout and payment flows.
Security News
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.