Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.06 KB

UniversalDashboard.Antd

Ant-Design library as cutom components for universaldashboard

The module in this repo is still in development so there are bugs!! the module was based on this awesome library https://ant.design/docs/react/introduce

I will try to add more components to this module but is goint to take time, they have a lot of components ( 63 )

Build the module

  1. You need the install powershell module InvokeBuild
Install-Module -Name InvokeBuild -Scope CurrentUser -Force
  1. Go to the src folder and run the command
Invoke-Build
  1. When the build process is finished you will have new folder name output that will contained the build module, just import the module.
Import-Module .\output\UniversalDashboard.Antd\UniversalDashboard.Antd.psd1

Notes

If you are using Powershell Universal and you wanna using Antd components in your dashboard , you nedd to add Antd as framework inside Powershell Universal

picture 1