lucca-front
lucca-front copied to clipboard
documentation
When Tables have horizontal scroll, empty state can appears offscreen as it based on `100rem`'s container max width (`--components-container-max-width`). We could fix it by overriding this value in `.table .emptyState`...
UI was updated after a few feedback. Still in discussion / For ref: https://lucca.slack.com/archives/C051GH7AEQ4/p1726566214178479
When opening a dialog, its style is injected twice in the DOM, resulting in each selector being interpreted twice. Tested on LF 18.2.2.
Front Guild is actually testing Lexical as Rich Text Editor. They need to get a DOM to fit with Figma component. Only requirement is to have `` as text section....
https://lucca.slack.com/archives/C051GH7AEQ4/p1725523182926619
## Description Support for this functionality has been improved, with the ability to remove code and simplify reading. - [Current support on CanIUse](https://caniuse.com/mdn-css_properties_content_alt_text) - [A test example](https://codepen.io/vincent-valentin/pen/vYqjyRN/cb3616a4787c452ada14e321ebcd135f) ----- -----
Since last year, we are discussing the benefits of dividing Lucca Front into 2 libs : - Prisme : Our design system library - Lucca Front : Everything related to...
Provide and autoresize to our [new Textarea field](https://lucca-front.lucca.io/storybook/?path=/docs/documentation-forms-fields-textareafield-angular--docs). The main idea is to use `cdkTextareaAutoresize` and provide a dedicated style in `/ng` repository.