https://github.com/thunderbird/thunderbird-mobile-components
Thunderbird Mobile Components
https://github.com/thunderbird/thunderbird-mobile-components
Last synced: 2 months ago
JSON representation
Thunderbird Mobile Components
- Host: GitHub
- URL: https://github.com/thunderbird/thunderbird-mobile-components
- Owner: thunderbird
- License: mpl-2.0
- Created: 2025-05-28T08:41:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-27T09:36:44.000Z (3 months ago)
- Last Synced: 2026-03-27T20:40:53.874Z (2 months ago)
- Language: Kotlin
- Homepage:
- Size: 271 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Thunderbird Mobile Components
A collection of components and libraries used in the Thunderbird mobile application.
> [!WARNING]
> This repository is a work in progress and is not yet ready for production use. It is intended
> for development and testing purposes only.
## Components
Components in this repository are designed to be modular and reusable. Each component is
self-contained and can be used independently or in combination with other components. We use
Kotlin Multiplatform to share code across platforms, allowing us to write once and run on both
Android and iOS.
The components are in different stages of development, and some may not be fully functional yet:
- ๐ In development: The component is being actively developed and may not be fully functional.
- ๐งช Testing: The component is being tested and may have known issues.
- โ
Stable: The component is stable and ready for production use.
## Contributing
We welcome contributions to this repository! If you would like to contribute, please read our
[contributing guidelines](CONTRIBUTING.md) and [code of conduct](CODE_OF_CONDUCT.md).
## License
This repository is licensed under the [MPL 2.0](LICENSE). By contributing to this repository, you
agree to license your contributions under the same license.