Matheus P. Silva
Matheus P. Silva
May I suggest following the same road as the `Table`? For example - create an `EXPERIMENTAL_Modal` which renders children on `Portal`, and enhance it until reach stability. This way you...
Would it not be better to have one Arrow with a`direction` or `orientation` prop?
@ohmyguigs, why not just make `Tabs` a compound component and add `Tab` as it children? Like: ```tsx export default function Tabs({ children }){ // make something return {children} } //...
@LukeHxH talvez exemplos com react, vue, angular 🤔? Acho que deixar no [codesandbox](https://codesandbox.io/) seria uma boa tbm. (tem haver com a #45)
@fanny @osmarpetry Dêem uma olhada na issue #125
Então @thayannevls. Eu vou disponibilizar o link do `sketch` com todas as partes do styleguide que necessitam de implementação. O escopo dos componentes iniciais (como `Header` , `Footer`, `SearchInput`, `FilterBar`,...
We can call it `StatusDot`. A good reference is [Vercel Geist](https://vercel.com/geist/status-dot).
@vaporwavie, Instead for creating a new component - we can add the `color` prop. It accepts a string, that is either a variable or a custom value. For example: ```jsx...
https://github.com/vtex/shoreline/issues/1765
Yes, we can!