Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "components/progress.d"

Index

Interfaces

Variables

Variables

Const Progress

Progress: (props: IProgressProps) => IProgress
import { Components } from "gd-sprest-bs";

// Create the progress
let el = document.querySelector("#progress");
let progress = Components.Progress({
    el: el,
    size: 25,
    label: "25%"
});

Type declaration

Generated using TypeDoc