Skip to content

Team-B1ND/dui-android

Repository files navigation

dui_banner

version Tests

💡 DUI란?
DUI는 Dodam UI로 도담도담 Android Design System 입니다.
Jetpack Compose로 개발되었으며 버튼, 캘린더 등 다양한 컴포넌트를 제공합니다.

도담도담, 도담 Teacher, DAuth에 일관된 UI를 적용하기 위해서 개발되었습니다.
DUI의 개발 과정을 보고 싶다면? (Dodam Android Design System(DUI))

FEATURE ⚡️

DUI 사용 가이드

Foundation

  • icon
  • shape
  • color
  • typo

Component

  • basic
  • set
  • organization

PLAYGROUND 🛝

app 모듈을 빌드하여 Preview를 볼 수 있습니다.
dui-android/app at develop · Team-B1ND/dui-android

TEAM 😀

B1ND-ANDROID

개발자 담당
최민재 @snack655 DUI COMPONENTS
김도현 @kdh1123 DUI PLAYGROUND

START ⬇️

in your project

allprojects {
  repositories {
    ...
    maven { url 'https://jitpack.io' }
  }
}

module

dependencies {
  implementation 'com.github.Team-B1ND:dui-android:{version}'
}