Leonidas A
Leonidas A

Reputation: 359

Google Apps Script UiApp using Apps styled widgets

Can I somehow use the theme/style of Google Apps like docs and gmail in a UiApp form? I would like to keep my interface consistent with the rest of the Google services.

Upvotes: 1

Views: 306

Answers (1)

Corey G
Corey G

Reputation: 7858

You can get fairly close with HtmlService, but it's harder to do it in UiApp. Not impossible, but substantially harder for sure.

Upvotes: 1

Related Questions