import type {SharedReferenceEntityTemplateSchema} from '../docs-type';

const data: SharedReferenceEntityTemplateSchema = {
  name: 'Number field',
  description:
    'The number field component captures numeric input with built-in number validation. Use it to collect quantities, prices, or other numeric information.' +
    '\n\nThe component supports min/max constraints and step increments for guided numeric entry. For monetary values with currency formatting, use [money field](/docs/api/{API_NAME}/{API_VERSION}/web-components/forms/money-field).',
  category: 'Web components',
  subCategory: 'Forms',
  related: [],
};

export default data;
