Enhance super tab
This commit is contained in:
parent
8761bb8dae
commit
052aca3119
8 changed files with 69 additions and 60 deletions
|
@ -49,7 +49,7 @@ export const SearchInput = forwardRef<HTMLInputElement, PropTypes>(
|
|||
) {
|
||||
const getClassName = getClassNamesFor(BASE_CLASS_NAME, moduleClassName);
|
||||
return (
|
||||
<div className={getClassName('__container')}>
|
||||
<div className={getClassName('__container')} data-supertab>
|
||||
{hasSearchIcon && <i className={getClassName('__icon')} />}
|
||||
{children}
|
||||
<input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue