mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
feat(search): add searchClass prop
This commit is contained in:
parent
d181063d67
commit
7df5bbe5d0
4 changed files with 21 additions and 0 deletions
6
types/Search/Search.d.ts
vendored
6
types/Search/Search.d.ts
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue