Viktor Rusakov

Results 13 comments of Viktor Rusakov

@khudym I think you also need to add `pgn__searchfield__action-btn` class to `SearchFieldClearButton`, otherwise it has wrong background.

@adamstankiewicz I think exporting both compound and standalone versions of components is not an option also because parent component would always include all of its compound components even if standalone...

@adamstankiewicz As for validating react-bootstrap imports - we almost always import standalone components, but there are some exceptions where we import a parent component that contains compound components 😔. These...