docs(input): add example for maxlength (#3110)

This commit is contained in:
Vann
2025-02-14 23:30:01 +09:00
committed by GitHub
parent 125a28190b
commit 15da5cf71e
2 changed files with 22 additions and 0 deletions

View File

@@ -173,6 +173,13 @@ baseProps:
---
::
### Limit
Use the `maxlength` prop to limit the length of the Input.
:component-example{component="input-example-max-length"}
## Slots
### `leading`