# Systems >> Overlays >> Form Integrations ||60 ```js script import { html } from '@mdjs/mdjs-preview'; import '@lion/ui/define/lion-input-datepicker.js'; import '@lion/ui/define/lion-listbox.js'; import '@lion/ui/define/lion-listbox.js'; import '@lion/ui/define/lion-select-rich.js'; import './assets/demo-overlay-system.js'; import './assets/applyDemoOverlayStyles.js'; ``` ## Select Rich Opening a Rich Select inside a dialog. ```js preview-story export const selectRich = () => html`

Select Rick example

Red Hotpink Teal

You can close this dialog here:

`; ``` ## Input Datepicker Opening an Input Datepicker inside a dialog. ```js preview-story export const inputDatepicker = () => html`

Input Datepicker example

You can close this dialog here:

`; ```