Skip to content

chondrogramedia/gramedia_component_plugin

Repository files navigation

papilus_component_gramedia

Gramedia Base Component UI for Flutter.

Getting Started

  dependencies:
  flutter:
    sdk: flutter

  papilus_component_gramedia:
    git:
      url: https://github.com/chondrogramedia/gramedia_component_plugin.git
      ref: main # branch name

Gramedia Tabbar

GramediaTabBar(
                      indicator: BoxDecoration(
                          borderRadius: BorderRadius.circular(20),
                          color: Colors.red),
                      tabs: List.generate(
                          values.length,
                          (index) => GramediaTab(
                              content: GramediaText("${values[index]}",
                                  fontStyle:
                                      UrbanistFont.mobile_text_2xs_extrabold))),
                    )

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages