File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -272,6 +272,43 @@ Example using `DefaultCard` in `Grid` wrapper.
272272
273273---
274274
275+ ## LinksList
276+
277+
278+ 🧩   ; This component uses a ** Tag** style.
279+
280+ ⚠️ Use a ` native markdown list ` in ` LinksList ` component for each ` LinkList `
281+
282+
283+ ** Code example:**
284+
285+ ``` jsx
286+ < LinksList>
287+ - < LinkList to= " /path-to-page/" label= " My secrets and variables are not injected properly in my functions" / >
288+ - < LinkList to= " /path-to-page/" label= " My function falls after trying too many times" / >
289+ - < LinkList to= " /path-to-page/" label= " My function is an error state" / >
290+ - < LinkList to= " /path-to-page/" label= " Tests fail on Serverless Functions" / >
291+ - < LinkList to= " /path-to-page/" label= " Unable to find the function handler" / >
292+ - < LinkList to= " /path-to-page/" label= " I am unable to create a Serverless Functions namespace" / >
293+ - < LinkList to= " /path-to-page/" label= " I am experiencing timeout errors" / >
294+ < / LinksList>
295+ ```
296+ ** Render:**
297+
298+ ## Example link list
299+ <LinksList >
300+ - <LinkList to = " /path-to-page/" label = " My secrets and variables are not injected properly in my functions" />
301+ - <LinkList to = " /path-to-page/" label = " My function falls after trying too many times" />
302+ - <LinkList to = " /path-to-page/" label = " My function is an error state" />
303+ - <LinkList to = " /path-to-page/" label = " Tests fail on Serverless Functions" />
304+ - <LinkList to = " /path-to-page/" label = " Unable to find the function handler" />
305+ - <LinkList to = " /path-to-page/" label = " I am unable to create a Serverless Functions namespace" />
306+ - <LinkList to = " /path-to-page/" label = " I am experiencing timeout errors" />
307+ </LinksList >
308+
309+ ---
310+
311+
275312## Log (Changelog)
276313
277314🧩   ; This functionnality uses ** MDX** files.
You can’t perform that action at this time.
0 commit comments