clarity-react
clarity-react copied to clipboard
React Components for VMware Clarity UI and Clarity Design
Getting this error while using MainContainer in App.tsx 
Hi, are there any plans to update the project to depend on clr/ui clr/icons 4.0.x ?
Hi, I see that the last release is from April but since then there have been a few improvements and PRs, I was wondering if you could issue a release...
There is no free space between the icon and the text inside the button, it would be nice if it was possible to add some margin/padding between them.
If you need to fill out an input box with icon, and the text is too long, it will subsequently overlap the icon and that looks ugly.
Steps to reproduce: 1) Click on User ID filter icon and put 41512 2) Click on Name filter icon and put Brad 3) The result is "We couldn't find any...
When I click on the filter icon React throws an error: > Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React...
Hi folks, We are looking to use clarity-react in a simple typescript create-react-app project. We have followed the instructions in the README (including getting the clarity-react node module from Github...
Hi, Thanks for your outstanding work making a react version of Clarity. I'm trying to implement a VC UI Plugin using clarity-react. And I'm able to install and use clarity-react...
Hello, So I have been playing around with the wizard and I want to have forms on each step and only allow (next/finish) when the form is valid. Right now...