lucid icon indicating copy to clipboard operation
lucid copied to clipboard

A UI component library from Xandr.

Results 89 lucid issues
Sort by recently updated
recently updated
newest added

any plan to support lucid in typescript ? I need lucid typescript definition?

`onToggle` should be omitted from `Accordion.Item` `propTypes`. i.e. `Accordion.Item` should be a new child component defined in `Accordion.jsx`, that renders an `ExpanderPanel`, instead of being a direct reference to `ExpanderPanel`

bug
documentation

Icons should be named in a _descriptive_ rather than _prescriptive_ way. Example: SuccessIcon should be named something like `CheckedIcon` since it can be used to convey success, inclusion, ticks, etc.

quality

![image](https://cloud.githubusercontent.com/assets/1967266/20983772/91d16e08-bc72-11e6-8da7-f20e9808b540.png) The reason for this is that some padding conflicts with the spec for flexbox. The best fix is to wrap the content in another element which has the desired...

bug