Leonardo
Leonardo
### What The accordion component implementation forces you to pass just a few strings to fill some placeholders (title, description, button label...) inside the header. The intention is to make...
### Provide sorting logic to the TeableHeaderCell (Proposal) We have several implementations of the same sorting feature in multiple projects so we are aiming to unify them into a single...
**What** The table by default renders with the property `whiteSpace` set to `nowrap`. > By default cells has whiteSpace set to nowrap which will make cells expand depending on the...
By default, the table **header** should remain `small` when `Table` gets `size="large"`. However, there might be cases when we want to resize the header as well, so it should be...
**What:** Some icons do not inherit the color when inside the button **Why:** We set a rule to inherit the color just to `svg path` and was not including...
We're missing the font weight Semibold = 600 - `@freenow/wave` version: latest ### Relevant code ```js fontWeight: 'semibold' // not working ``` ### What was expected to happen? It should...
### Describe the feature you'd like Allow users to inject a custom component as the CTA button. ATM we opinionatedly render 2 different CTAs based on desktop/mobile (button for desktop...
### Describe the feature you'd like Add a new Breadcrumbs component as in the image. Each step should be a link that redirects you to the relative page. Considerations: We...