Widgets

A Hyper widget is a visually appealing way to showcase contextual information or statistics on your dashboard or pages. It consists of a title, statistics number, icons, sub-statistics, and sub-title. You can also use sub-titles to indicate trends, such as up or down.

Sample Widget

Growth

+ 30.56%

4.87% Since last month

                                                
                                                    
Growth

+ 30.56%

4.87% Since last month

Sample Widget 2

Orders

1,587

+11% From previous period
                                                
                                                    
Orders

1,587

+11% From previous period

Informational Widget

Toll Free : 1-234-567-8901

                                                
                                                    

Toll Free : 1-234-567-8901

Rich media Widget

Messages

Tomaslau

I've finished it! See you so...

Reply

Stillnotdavid

This theme is awesome!

Reply

Kurafire

Nice to meet you

Reply

Shahedk

Hey! there I'm available...

Reply

Adhamdannaway

This theme is awesome!

Reply

                                                
                                                    

Messages

Tomaslau

I've finished it! See you so...

Reply

Stillnotdavid

This theme is awesome!

Reply

Kurafire

Nice to meet you

Reply

Shahedk

Hey! there I'm available...

Reply

Adhamdannaway

This theme is awesome!

Reply

Profile Widget

Michael Franklin

Authorised Brand Seller

  • $ 25,184

    Total Revenue

  • 5482

    Number of Orders

                                                
                                                    

Michael Franklin

Authorised Brand Seller

  • $ 25,184

    Total Revenue

  • 5482

    Number of Orders

Simple TImeline

You sold an item Paul Burgess just purchased “Hyper - Admin Dashboard”!

5 minutes ago

Product on the Bootstrap Market Dave Gamache added Admin Dashboard

30 minutes ago

Robert Delaney Send you message "Are you there?"

2 hours ago

Audrey Tobey Uploaded a photo "Error.jpg"

14 hours ago

                                                
                                                    
You sold an item Paul Burgess just purchased “Hyper - Admin Dashboard”!

5 minutes ago

Product on the Bootstrap Market Dave Gamache added Admin Dashboard

30 minutes ago

Robert Delaney Send you message "Are you there?"

2 hours ago

Audrey Tobey Uploaded a photo "Error.jpg"

14 hours ago

Transactions

+$247.5
-$185.14
+$684.45
-$21.00
-$32.89
Interest received

09 Sep 2018

+$784.55
                                                
                                                    
+$247.5
-$185.14
+$684.45
-$21.00
-$32.89
Interest received

09 Sep 2018

+$784.55

Tile Box

Revenue

$6,254

7.00% Since last month

Revenue

$10,245

17.26% Since last month

                                                
                                                    
Revenue

$6,254

7.00% Since last month

Revenue

$10,245

17.26% Since last month

Chart Widgets

                                                
                                                    
Apex.grid = { padding: { right: 0, left: 0 } } Apex.dataLabels = { enabled: false } var randomizeArray = function (arg) { var array = arg.slice(); var currentIndex = array.length, temporaryValue, randomIndex; while (0 !== currentIndex) { randomIndex = Math.floor(Math.random() * currentIndex); currentIndex -= 1; temporaryValue = array[currentIndex]; array[currentIndex] = array[randomIndex]; array[randomIndex] = temporaryValue; } return array; } var sparklineData = [47, 45, 54, 38, 56, 24, 65, 31, 37, 39, 62, 51, 35, 41, 35, 27, 93, 53, 61, 27, 54, 43, 19, 46]; var colorPalette = ['#00D8B6', '#008FFB', '#FEB019', '#FF4560', '#775DD0'] var salesspark = { chart: { type: 'area', height: 180, sparkline: { enabled: true }, }, stroke: { width: 2, curve: 'straight' }, fill: { opacity: 0.2, }, series: [{ name: 'Hyper Sales ', data: randomizeArray(sparklineData) }], yaxis: { min: 0 }, colors: ['#DCE6EC'], title: { text: '$424,652', offsetX: 20, offsetY: 20, style: { fontSize: '24px' } }, subtitle: { text: 'Sales', offsetX: 20, offsetY: 55, style: { fontSize: '14px' } } } new ApexCharts(document.querySelector("#sales-spark"), salesspark).render(); var profitspark = { chart: { type: 'bar', height: 180, sparkline: { enabled: true }, }, stroke: { width: 0, curve: 'straight' }, fill: { opacity: 0.5, }, series: [{ name: 'Net Profits ', data: randomizeArray(sparklineData) }], xaxis: { crosshairs: { width: 1 }, }, yaxis: { min: 0 }, colors: ['#0acf97'], title: { text: '$135,965', offsetX: 20, offsetY: 20, style: { fontSize: '24px' } }, subtitle: { text: 'Profits', offsetX: 20, offsetY: 55, style: { fontSize: '14px' } } } new ApexCharts(document.querySelector("#profit-spark"), profitspark).render();
Sales Summary

259

Last Month

358

Current Month

194

Revenue

$6,254

Last Month

$781.12

Current Month

$128.2

Active Users

324

Last Month

+15%

Current Month

-6.87%

Expense Summary

$4,745.2

Last Month

$7814

Current Month

$4782.8

                                                

                                                    
Sales Summary

259

Last Month

358

Current Month

194

Revenue

$6,254

Last Month

$781.12

Current Month

$128.2

Active Users

324

Last Month

+15%

Current Month

-6.87%

Expense Summary

$4,745.2

Last Month

$7814

Current Month

$4782.8

var spark1 = { chart: { type: 'line', height: 100, sparkline: { enabled: true }, }, series: [{ data: [25, 66, 41, 59, 25, 44, 12, 36, 9, 21] }], stroke: { width: 4, curve: 'smooth' }, markers: { size: 0 }, colors: ['#734CEA'] } new ApexCharts(document.querySelector("#spark1"), spark1).render(); var spark2 = { chart: { type: 'bar', height: 100, sparkline: { enabled: true }, }, series: [{ data: [12, 14, 2, 47, 32, 44, 14, 55, 41, 69] }], stroke: { width: 3, curve: 'smooth' }, markers: { size: 0 }, colors: ['#34bfa3'] } new ApexCharts(document.querySelector("#spark2"), spark2).render(); var spark3 = { chart: { type: 'line', height: 100, sparkline: { enabled: true }, }, series: [{ data: [47, 45, 74, 32, 56, 31, 44, 33, 45, 19] }], stroke: { width: 4, curve: 'smooth' }, markers: { size: 0 }, colors: ['#f4516c'] } new ApexCharts(document.querySelector("#spark3"), spark3).render(); var spark4 = { chart: { type: 'bar', height: 100, sparkline: { enabled: true }, }, plotOptions: { bar: { horizontal: false, endingShape: 'rounded', columnWidth: '55%', }, }, series: [{ data: [15, 75, 47, 65, 14, 32, 19, 54, 44, 61] }], stroke: { width: 3, curve: 'smooth' }, markers: { size: 0 }, colors: ['#00c5dc'] } new ApexCharts(document.querySelector("#spark4"), spark4).render();

Chat

  • male 10:00
    Geneva

    Hello!

  • Female 10:01
    Dominic

    Hi, How are you? What about our next meeting?

  • male 10:01
    Geneva

    Yeah everything is fine

  • male 10:02
    Dominic

    Wow that's great

                                                
                                                    

Chat

  • male 10:00
    Geneva

    Hello!

  • Female 10:01
    Dominic

    Hi, How are you? What about our next meeting?

  • male 10:01
    Geneva

    Yeah everything is fine

  • male 10:02
    Dominic

    Wow that's great

Please enter your messsage

Todo

of remaining
                                                    
                                                        

    Todo

    of remaining
      Please enter your task name

      How to customize the style of widget?

      Open file src/scss/custom/components/_widgets.scss and change the different style to change the background, text or other colors.