Tutorial: Build a restaurant reservation widget
Let's start building the reservation widget by just adding a button that opens a dialog. For the UI we will use Headless UI, so let's install that first: npm install @headlessui/react@latest We can create all our components under src/components. First, we'll ...