Restaurant Logic Web Components

Quickly embed RL data on your website

Example: Hours Options

Hours

HTML

<rl-hours organizationId="6"></rl-hours>

Format Options (Long)

<rl-hours organizationId="6" timeStyle="long" timezoneStyle="longGeneric" dayStyle="long"></rl-hours>
<style>
rl-hours::part(days) {
font-style: italic;
}
</style>

Format Options (Short)

<rl-hours organizationId="6" timeStyle="short" dayStyle="short"></rl-hours>
<style>
rl-hours::part(days) {
font-weight: bold;
}
</style>

See all format options in the API docs