Great Stuff! Started playing with the cmdlets trying to get some of the components working.
I noticed your sample web app is offline (http://udantd.site/) error 403 stopped.
My first Antd component is the UDAntdInput which is amazing! I would like to use it as a search (as I haven’t figured out the Autocomplete cmdlet) but as you type there is an onchange event that I’m thinking to use to index my dashboard then retrieve the metadata in a search box below.
Only “bug” I can see this early on is the CSS - whenever I click a page or modal that has an Antd component my CSS changes such as hover - whenever I hover over an image or text the a:hover goes blue instead of nothing
Before Antd Load
After Antd component load
I tried $Dashboard.FrameworkAssetId = [UniversalDashboard.Services.AssetService]::Instance.Frameworks[“Antd”] as per above but no visible changes.
Anyway to leave the site CSS alone and only use the Antd component?