We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4f889 commit 12c0523Copy full SHA for 12c0523
site/src/components/sections/docs.tsx
@@ -308,6 +308,13 @@ export function Docs({
308
<PropertiesListRow defaultValue="10" name="columns" type="number">
309
<p>The number of columns in the list.</p>
310
</PropertiesListRow>
311
+ <PropertiesListRow
312
+ defaultValue="true"
313
+ name="isSticky"
314
+ type="boolean"
315
+ >
316
+ <p>Whether to enable the sticky position of the category headers.</p>
317
+ </PropertiesListRow>
318
<PropertiesListRow
319
defaultValue="the most recent version supported by the current browser"
320
name="emojiVersion"
0 commit comments