Skip to content

☕ A highly automated, excellent stability, well-tested, flexibly pluggable, and Modifier-driven Jetpack Compose design system.

License

Notifications You must be signed in to change notification settings

duckie-team/quack-quack-android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quackquack

QuackQuack

QuackText(
  modifier = Modifier
    .background(color = Color.White)
    .span(
      texts = listOf("QuackQuack", "Duckie"),
      style = SpanStyle(color = QuackColor.DuckieOrange),
    )
    .padding(30.dp),
  text = "QuackQuack is an awesome design system created by the Duckie team.",
  typography = QuackTypography.Body1,
)

QuackQuack is a highly automated, excellent stability, well-tested, flexibly pluggable, and Modifier-driven Jetpack Compose design system. It makes the DUCKIE team's mobile products consistent and prioritizes user and developer experience.


The full documentation is available on the project website: https://quackquack.duckie.team/android

work-in-progress ☕☕☕

Want to see what else we're working on? 👀

  • ruberdoc-android: QuackQuack’s meticulous documentation engine for the DUCKIE Android.
  • flamingo-android: QuackQuack’s meticulous animation engine for the DUCKIE Android.