We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3de18 commit b82b03aCopy full SHA for b82b03a
src/lib/tables/TableSearch.svelte
@@ -56,4 +56,5 @@
56
@prop export let placeholder: string = 'Search';
57
@prop export let customColor: string = '';
58
@prop export let color: 'blue' | 'green' | 'red' | 'yellow' | 'purple' | 'default' | 'custom' = 'default';
59
+@prop export let innerDivClass: string = 'p-4';
60
-->
0 commit comments