Live character count display with configurable limit and warning threshold.
<script>
import { CharacterCounter } from "jatui"
</script>
<CharacterCounter />| Prop | Type | Default | Description |
|---|---|---|---|
current | number | 0 | Current character count |
max | number | - | Maximum characters |
warningThreshold | number | 0.8 | Warning at this % of max |