DroneDeploy
Search…
Introduction
Introduction
Overview
API
Introduction
Authentication
Pagination
Examples
App Platform
Introduction
App SDK
UI Kit
Document Setup
Side Panel Grid
Typography
Forms
Buttons
Preloader
Helpers
Templates
Javascript API
How to publish an App
App Examples
Platform Policy
Authentication
FAQs
Powered By
GitBook
Buttons
Primary Button
There primary button design should maintain a flat design and no fill with brand blue text. The color of the button should only be blue and not other colors.
1
<div class="row">
2
<div class="col-4">
3
<button class="primary-btn-nofill">Log In</button>
4
</div>
5
</div>
Copied!
Disabled Button
You can add a disabled-btn attribute to your button element for a disabled state of the button.
1
<div class="row">
2
<div class="col-4">
3
<button class="primary-btn-nofill" disabled-btn>Log In</button>
4
</div>
5
</div>
Copied!
Previous
Forms
Next
Preloader
Last modified
3yr ago
Copy link
Contents
Primary Button
Disabled Button