如何在 react-bootstrap 组件中添加自定义 data-* 属性
How to add custom data-* attributes in react-bootstrap component
我在我的案例中使用 react-bootstrap for 'atom' level components in my react app and I want to pass HTML5 data-* attributes to those component and even though I do pass them in my react-bootstrap component ( Button)它们没有出现,当我检查它们时,因此我无法使用它们
现在有办法吗?我已经完成了他们的 documentation 但不知道如何做?
我在我的案例中使用 react-bootstrap for 'atom' level components in my react app and I want to pass HTML5 data-* attributes to those component and even though I do pass them in my react-bootstrap component ( Button)它们没有出现,当我检查它们时,因此我无法使用它们
现在有办法吗?我已经完成了他们的 documentation 但不知道如何做?