Abdelkarim Djelalda
Abdelkarim Djelalda
> https://fr.quora.com/A-quoi-ressemblerait-la-4D redirects to https://quetre.herokuapp.com/fr/A-quoi-ressemblerait-la-4D. I added this to my PR :)
```typescript {({ data }) => ( data.map(d => ( {d.icon}{d.title} ))} )} ``` I think this might be a good API or a `renderItem` prop that would give item as...
@severinlandolt I would love to work on it once it's decided to be implemented
@severinlandolt I've added a `renderItem` prop which takes a function that has two parameters `name` and `Circle`, the latter is a component that renders the circle found in legend, so...
Hey @severinlandolt do you think exporting a new `CustomLegendLabel` interface for using in other components with typescript? for example: ```typescript import { Legend, CustomLegendLabel } from '@tremor/react' const MyCustomLabel =...
@nicostombros The Circle component is just a wrapper around the actual colored dot that you find in legends, maybe `Dot` or `ColoredDot`. Hello @severinlandolt , May I get your opinion.
Seems like [kutt.it](kutt.it) instance has already marked the URL as banned, can't do anything except if they remove the ban from it or you run your own instance.
I'm working on it. It will be a `categoryFormatter` prop function. Is this okay?
I think this is similar to #876 which already has a PR #982 . I think of changing the props so there'd be another prop `showLegend` in order to make...
Just to be sure I understand it. a new legend component with the something like elements as text and when the user clicks on one of them the active prop...