32 lines
844 B
Markdown
32 lines
844 B
Markdown
# Next.js + Tailwind CSS + Capacitor for mobile app development
|
|
|
|
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.
|
|
|
|

|
|
|
|
## What is Capacitor?
|
|
|
|
[Capacitor](https://capacitorjs.com/) 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.
|
|
|
|
|
|
|
|
## Progress
|
|
|
|
There are currently snippets for the following common mobile components:
|
|
|
|
- [x] App Shell
|
|
- [x] Content
|
|
- [x] Tabs
|
|
- [ ] Nav (in progress)
|
|
- [ ] Menu
|
|
- [ ] Modal
|
|
- [ ] Dialog
|
|
- [ ] Card
|
|
|