Enhance super tab

This commit is contained in:
Josh Perez 2023-05-09 11:52:03 -04:00 committed by GitHub
parent 8761bb8dae
commit 052aca3119
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 69 additions and 60 deletions

View file

@ -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