Skip to content

Getting Started

Digital Delve UI is a framework designed to help developers build consistent and high-quality user interfaces for Digital Delve applications.

Installation

You can use the Digital Delve UI components by including the CSS and JS files in your project.

html
<link rel="stylesheet" href="/assets/css/dd-styles.css">
<script src="/assets/js/dd-components.mjs"></script>

Basic Usage

To use a component, simply add its CSS class or use the custom elements provided.

Example: Button

html
<button class="Button primary">Click Me</button>

Refer to the Components documentation for more details.