Groww-OSS / Groww-OSS/ui-toolkit
[Button] currently not accepting className props
Open
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
className props will help button positioning
To render two buttons on the same line, one ways to approach currently is to wrap it inside a div and attaching required styling
```
```
Feels unnecessary to wrap it inside a div for this small requirement. We can avoid the extra element too by passing className prop directly to button
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.