Questions tagged [vmware-clarity]

Clarity is VMware’s extensible product-based framework for building clean, crisp, and modern apps. Clarity provides designers and developers with a library of patterns, components, and robust tools, making it easy to rapidly prototype and build beautiful and functional apps in HTML, CSS, and Angular.

Clarity is VMware’s extensible product-based framework for building clean, crisp, and modern apps. Clarity provides designers and developers with a library of patterns, components, and robust tools, making it easy to rapidly prototype and build beautiful and functional apps in HTML, CSS, and Angular. See the Official website

427 questions
0
votes
1 answer

Clarity's dropdown with pointer

do you have any idea how to add a top pointer (triangle) for some Clarity's dropdown components (but not globally) ? Actually, Clarity's dropdown are without top pointer. I'm not really sure about the best way to add a top triangle (like here),…
0
votes
1 answer

Clarity Full screen modal

I'm using VMware Clarity UI framework, and it is great. It has some modal features, but I'm looking for a full screen modal. Clarity comes with certain size's but not with a fullscreen one. Anyone know how I can make a clarity modal fullscreen?
Albert Hoekstra
  • 128
  • 2
  • 12
0
votes
0 answers

what is the recommended way to use Clarity component in AngularJs (Angular 1.x) Application.

I am working in an application built on Angular 1.7, Now without migrating it to Angular 2.x, is there any way to use clarity components?
0
votes
1 answer

Vmware-clarity and Visual Studio 2017 Angular

I started to have a look at Clarity few days ago. And it seems good to link clarity and net core 2.0 to have Windows Authentication in VS2017 solution combined with IIS Does vmware-clarity import and launch successfully with Visual Studio 2017 net…
0
votes
1 answer

Information about @clr/angular@next

both Angular Blog and Twitter mention is possible to use @clr/angular with Angular v6 using @clr/angular@next Can we have details about that version? which version/branch in GitHub it refers to? Thanks
Massimo Costa
  • 1,864
  • 15
  • 23
0
votes
1 answer

ClrTabs that run callbacks on active tab changed event instead of showing content

I'd like to use the ClrTabs component to drive the interaction with an iframe. I can use js to change the current view inside the iframe, and there is a few different views I want to be able to select. I'd like to be able to select and view these…
Jake Smith
  • 2,332
  • 1
  • 30
  • 68
0
votes
1 answer

Only show one Datagrid tooltip at a time

Using the Clarity Datagrid, a user can open several column filters at a time, which can lead to the tooltips overlapping each other. Although I assume this is expected behavior, it does seem like a non-optimal solution. Any insights on…
0
votes
1 answer

Clarity.Design: Customize Login Component

is there some tutorial explaining how to customize "Login" component? For instance using a custom background or align the form in different way? Thanks
Massimo Costa
  • 1,864
  • 15
  • 23
0
votes
1 answer

Clarity tab overflow button submits form

I have a form containing tabs with some of the tabs in overflow. When the overflow button is clicked to expose the hidden tabs, it submits the form. Looking at the DOM, I can see that the overflow button is not given a type="button", therefore it…
rockrw
  • 3
  • 3
0
votes
1 answer

Custom string filtering in datagrid clarity

I am trying to generate a clarity data-grid by a json config. values:any = { columns:[ { id:'name', type:'text', value:'Name', isFilterable:true, inputs:{} }, …
Varun Sharma
  • 132
  • 2
  • 13
0
votes
1 answer

DataGrid doesn't update search on Project Clarity

I have a table which shows data from cloud firestore. I have implemented my own search to search from the firestore directly, when I console I am able to get the data but it does't show on the datagrid. my front-end
G B
  • 2,323
  • 3
  • 18
  • 32
0
votes
1 answer

How to clear all datagrid filters programmatically?

I'd like to have a button that the user can click to clear all the filters. I haven't found a way to do so yet. Any hints? I have a mix of default and custom column filters
jschuler
  • 1
  • 2
0
votes
0 answers

Carity icons are empty on ssr (angular universal)

I use Angular 5.2.6 and Clarity 0.11.11 and for some reason, with SSR, Clarity Icons are empty while, in the browser, they're perfectly displayed. I followed the instructions to specify the files to include for both server app and browser app,…
0
votes
1 answer

Clarity popover move top,left when you click outside signpost/tooltip instead of disappearing

The clairty popover (tooltips,signpost,dropdown) moves left of the screen instead of closing. Clicking the close button, closes it fine. The angular app is hosted inside a sharepoint aspx page.
0
votes
2 answers

Clarity Design System Datagrid - Is it possible to isolate and use only the Datagrid component?

We would like to work with the datagrid but we have an issue with the buttons in all our site. Once Clarity is installed it is not possible anymore to make small square buttons. In a kind of way the minimum width of every buttons seems to be…