feat(search): add searchClass prop

This commit is contained in:
Eric Y Liu 2021-04-01 14:49:50 -07:00
commit 7df5bbe5d0
4 changed files with 21 additions and 0 deletions

View file

@ -13,6 +13,12 @@ export interface SearchProps {
*/
size?: "sm" | "lg" | "xl";
/**
* Specify the class name passed to the outer div element
* @default ""
*/
searchClass?: string;
/**
* Set to `true` to display the skeleton state
* @default false