This repo contains some component snippets for building native mobile apps with Tailwind CSS and Capacitor.
Use these components and build on top of them as you build your mobile app.
Capacitor is a sort of "electron for mobile" that runs standard web apps on iOS, Android, Desktop, and Web.
Capacitor provides access to Native APIs and a plugin system for building any native functionality your app needs.
Capacitor apps can also run in the browser as a Progressive Web App with the same code.
There are currently snippets for the following common mobile components:
- App Shell
- Content
- Tabs
- Nav (in progress)
- Menu
- Modal
- Dialog
- Card