dimipay_design_kit

Creator: coderz1093

Last updated:

0 purchases

dimipay_design_kit Image
dimipay_design_kit Images

Languages

Categories

Add to Cart

Description:

dimipay design kit

THIS IS AN ALPHA-VERSION PACKAGE #
PLEASE USE WITH CAREFUL CHOICE #
Dimipay Design Kit #
Copyright (C) Dimipay Frontend Engineering Team & Dimipay Design Team - All Rights Reserved
Deisigned By #
조현우, 박지윤 in Dimipay Design Team
Created By #
김형석, 서승표, 오민용, 장인화 in Dimipay Frontend Engineering Team
Features #
Colors #
represents colors used in dimipay v2
grayscale #

100
200
300
400
500
600
700
800
900
100

primary #

brand
negative

Typography #
represents fonts used in dimipay v2
title #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.title());
copied to clipboard
header1 #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.header1());
copied to clipboard
header2 #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.header2());
copied to clipboard
item - title #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.itemTitle());
copied to clipboard
item - description #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.itemDescription());
copied to clipboard
description #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.description());
copied to clipboard
readable #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.readable());
copied to clipboard
token #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.token());
copied to clipboard
hint #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.hint());
copied to clipboard
paragraph1 #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.paragraph1());
copied to clipboard
paragraph2 #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.paragraph2());
copied to clipboard
paragraph1 - underlined #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.paragraph1Underlined());
copied to clipboard
paragraph2 - underlined #
import package:dimipay_design_kit/dimipay_design_kit.dart;
final text = Text("Hello Dimigo Students!", style: DPTypography.paragraph2Underlined());
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.