react-tooltip icon indicating copy to clipboard operation
react-tooltip copied to clipboard

feat: add borderClass prop to allow a custom border class

Open danny-does-stuff opened this issue 3 years ago • 0 comments

Allow overriding the default border class name "border" with a custom class name. Currently, when using a border it adds the class name "border", which is pretty generic and can be overridden by other styles (notably, bootstrap uses the class "border", overriding any borderColor provided to react-tooltip). This change makes it so that the user can provide a custom class name for the border class.

danny-does-stuff avatar Mar 10 '22 16:03 danny-does-stuff