vmware-clarity Questions
7
Example
<form clrForm>
<clr-input-container>
<label>Field 1 label</label>
<input clrInput type="text" [(ngModel)]="model" name="example" style="width:100%" />
<...
Mallet asked 28/8, 2018 at 6:56
10
I'm running the following command:
ng build --prod --aot --base-href ./
And receiving;
ERROR in Module build failed (from ./node_modules/sass-loader/lib/loader.js):
$clr-popover-box-shadow-colo...
Melessa asked 24/1, 2019 at 20:14
4
Solved
I am using clarity module with my angular 4 code.
When using their alert box example, I am getting the above error
Example Code
<div class="alert alert-info">
<div class="alert-items"&...
Hurlburt asked 2/9, 2017 at 6:0
4
Vmware Clarity 0.10.16 just released the new dark theme. This is great!
They described how to add that new theme, but nothing about the possibility to dynamically change it inside the page. Is it ...
Speech asked 1/12, 2017 at 23:28
2
Running the following command:
ng build --prod --base-href ./
I get:
ERROR in : 'clr-icon' is not a known element:
1. If 'clr-icon' is an Angular component, then verify that it is part of this m...
Sybilsybila asked 24/1, 2019 at 22:49
2
I use Clarity datagrid and I need to disable the checkbox selection under some conditions. I can't find API to do so. Please help and thanks.
Chrysalid asked 14/9, 2017 at 17:55
1
Solved
I new at angualr2 and i am trying to build a webpage using clarity.
I am trying to set the height of the main container clr-main-container to min-height: 100vh; in the style.css file that i placed...
Manis asked 20/8, 2017 at 18:15
1
Solved
I am using <clr-icon shape=""/>. I would like to make its shape dynamic. If I specify <clr-icon [shape]="shapeValue"/> it throws an error shape is not a known property of clr-icon
Bennet asked 25/10, 2017 at 9:16
1
Solved
When i am closing a modal, i need to call a function (to false or reset the content in the modal using form controls) but i didn't find any handler for the event after click, how i could do this ?
...
Treadwell asked 21/10, 2017 at 7:32
1
Solved
I am using the Clarity Signposts and need its state (whether its open or closed). I am using the *clrIfOpen structural directive and have assigned it the isOpen variable. isOpen is false initially ...
Bung asked 11/8, 2017 at 11:45
2
I'm playing around with the VMware Clarity Design System UI (https://vmware.github.io/clarity/) and am running their seed application. I'm trying to replace their brand icon with my own, but it's a...
Ocarina asked 23/1, 2017 at 16:14
1
I'm trying to get the VMware Clarity UI sidenav properly working, and would love a solid example. I am using the clarity-seed project and inside of app.component.html I have the default sub-nave th...
Scaphoid asked 14/3, 2017 at 19:3
2
Solved
I'm getting this error after adding Clarity Design System from their official tutorial to angular 2 5min quickstart . The error in browser's console doesn't help too much, any advice please?
zone....
Cogon asked 29/11, 2016 at 12:53
1
© 2022 - 2024 — McMap. All rights reserved.