status-qml/doc
Noelia 1217771fd0
feat(StatusPinInput): Introduce `StatusPinInput` control
It creates `StatusPinInput` control that allows customzing its circle diameter, circle spacing and pin length. It contains a `TextInput` object that will provide the component, input text management like validation rules.

It incorporates a blinking animation when the control is focused and feedback (mouse shape changed) when hovering it.

It adds new page in sandbox to play with `StatusPinInput` control.

It adds component documentation.

Also it creates 2 new `StatusValidator` controls with their corresponding documentation:
- `StatusRegularExpressionValidator` which wraps a QML type `RegularExpressionValidator`.

- `StatusIntValidator` which wraps a QML type `IntValidator`.

Closes #524
2022-02-18 09:25:05 +01:00
..
src feat(StatusPinInput): Introduce `StatusPinInput` control 2022-02-18 09:25:05 +01:00
statusq.qdocconf feat(StatusQ): Moving docs outside sandbox 2022-02-15 08:43:33 +01:00
style.css feat(StatusQ): Moving docs outside sandbox 2022-02-15 08:43:33 +01:00