This is meant to be an example of using remix with tailwind and adobe react-aria components
They are from the tailwind styled examples at Adobe react-aria:
The files in app/components are taken from codesandbox examples (that are referenced from the react-aria docs)
See app/routes/index.tsx for the example that ties things together.
For more info about why AlertDialog is broken, see The gist @ https://gist.github.com/DanielSmith/957a0a0a9d791ab2a95ffb15c5f0e6cd
This was quickly hacked together, as I wanted a reference of how to use the react-aria components for a project. The components are from Devon Govett @ Adobe. He has done a good job of writing examples that show how to use react-aria with Tailwind CSS.
The Remix dev server starts your app in development mode, rebuilding assets on file changes. To start the Remix dev server:
npm run dev
Open up http://localhost:3000, and you should be ready to go!