Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiwicom/orbit-compose
Android Jetpack Compose components of open-source Orbit design system by Kiwi.com.
https://github.com/kiwicom/orbit-compose
android design-system jetpack-compose kotlin orbit
Last synced: 3 months ago
JSON representation
Android Jetpack Compose components of open-source Orbit design system by Kiwi.com.
- Host: GitHub
- URL: https://github.com/kiwicom/orbit-compose
- Owner: kiwicom
- License: mit
- Created: 2020-08-21T20:03:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T10:30:36.000Z (3 months ago)
- Last Synced: 2024-11-07T11:30:42.699Z (3 months ago)
- Topics: android, design-system, jetpack-compose, kotlin, orbit
- Language: Kotlin
- Homepage: https://orbit.kiwi
- Size: 57 MB
- Stars: 157
- Watchers: 13
- Forks: 22
- Open Issues: 24
-
Metadata Files:
- Readme: docs/readme.md
- Contributing: contributing.md
- License: license.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-list - kiwicom/orbit-compose - Android Jetpack Compose components of open-source Orbit design system by Kiwi.com. (Kotlin)
README
# Documentation
## Foundation
1. [Material 2 Theming](02-foundation/04-color/theming.md)
## Components
1. [Alert](03-components/03-information/alert.md)
1. [BadgeList](03-components/03-information/badgelist.md)
1. [BadgePrimitive](03-components/15-primitives/badgeprimitive.md)
1. [Badge](03-components/03-information/badge.md)
1. [ButtonPrimitive](03-components/15-primitives/buttonprimitive.md)
1. [Button](03-components/01-action/button.md)
1. [Card](03-components/02-structure/card.md)
1. [Checkbox](03-components/05-input/checkbox.md)
1. [ClickableField / InputFile](03-components/05-input/inputfile.md)
1. [Collapse](03-components/07-interaction/collapse.md)
1. [Loading / LinearProgressIndicator](03-components/10-progress-indicators/loading.md)
1. [Radio](03-components/05-input/radio.md)
1. [SelectField](03-components/05-input/select.md)
1. [Slider](03-components/07-interaction/slider.md)
1. [Stepper](03-components/07-interaction/stepper.md)
1. [Tabs](03-components/02-structure/tabs.md)
1. [TextField / PasswordTextField](03-components/05-input/inputfield.md)
1. [Textarea](03-components/05-input/textarea.md)
1. [Tile](03-components/02-structure/tile.md)
1. [TileGroup](03-components/02-structure/tilegroup.md)