Widgets
Pre-built widget components that you can integrate with your dashboards or social feeds.
Importing
// Using ImageWidgetComponent as an example. Same steps apply to other widgets
import { ImageWidgetComponent } from './widgets/image-widget/image-widget.component';
@NgModule({
declarations: [ImageWidgetComponent,...]
})
export class AppModule(){}bar-tile-widget
<bar-tile-widget></bar-tile-widget>
graph-live-widget

graph-options-widget

graph-tile-flat-widget

graph-tile-widget

graph-widget


image-widget

image-widget-basic

plain-live-widget

plain-widget

progress-tile-flat-widget

project-progress-widget

quick-stats-widget

realtime-widget

social-image-tile-widget

social-post-tile-widget

stacked-bar-widget

stat-tile-widget

table-basic-widget

table-widget

todo-list-widget

weather-widget


weekly-sales-widget

Last updated