You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/guides/list-components.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@ export function CompleteList({ items }) {
201
201
202
202
## Custom Attributes
203
203
204
-
You can configure additional custom attributes using the [Babel configuration](/advanced/babel-configuration/). For example, to support `ListEmptyComponentClassName`:
204
+
You can configure additional custom attributes using the [Babel configuration](../advanced/babel-configuration/). For example, to support `ListEmptyComponentClassName`:
205
205
206
206
```javascript
207
207
// babel.config.js
@@ -231,6 +231,6 @@ Then use it:
231
231
232
232
## What's Next?
233
233
234
-
- Learn about [Custom Attributes](/advanced/custom-attributes/) for more control
235
-
- Explore [Babel Configuration](/advanced/babel-configuration/) for plugin options
236
-
- Check out [Reusable Components](/guides/reusable-components/) for building component libraries
234
+
- Learn about [Custom Attributes](../advanced/custom-attributes/) for more control
235
+
- Explore [Babel Configuration](../advanced/babel-configuration/) for plugin options
236
+
- Check out [Reusable Components](./reusable-components/) for building component libraries
0 commit comments