Create SpinBox

Hi!
How I can create SpinBox?

Do you mean an IntProperty?
https://docs.blender.org/api/current/bpy.types.IntProperty.html

If I do this

class SpinBoxRotationManipula(bpy.types.IntProperty):
    bl_idname = "object.spin_box_rotation_manipula"
    bl_label = text_spin_box_rotation_manipula

Then I can’t to register this class

It’s work https://b3d.interplanety.org/en/dynamically-setting-the-max-and-min-values-​​for-a-custorm-property-in-the-blender-python-api/