Open nozomuikuta opened 6 months ago
Maybe... :variant
prop might be good name...?
interface Props {
variant: 'default' | 'clear'
}
@kiaking
Can we close this issue or should we implement this feature regardless of changes on our roadmap?
Let's keep this. It is still useful in various places 👀
We came to have a usecase where textarea and its submit button are both inside a bordered box. So, we have to hide textarea's own border and remove all padding around it.