@ngxpert/input-otp
Version:
One-time password input component for Angular.
17 lines (16 loc) • 336 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "input-otp-ng-add",
"title": "Input OTP ng-add",
"type": "object",
"properties": {
"project": {
"type": "string",
"description": "The name of the project.",
"$default": {
"$source": "projectName"
}
}
},
"required": []
}