+ {/* Nom */}
+
+
+ setName(e.target.value)}
+ className="input"
+ placeholder="Ex: Perceuse Bosch, Câble HDMI..."
+ required
+ autoFocus
+ />
+
+
+ {/* Catégorie */}
+
+
+
+
+
+ {/* Emplacement */}
+
+
+
+
+
+ {/* Quantité */}
+
+
+ setQuantity(Math.max(1, parseInt(e.target.value) || 1))}
+ className="input"
+ min={1}
+ />
+
+
+ {/* Statut */}
+
+
+
+
+
+
+ {/* Description */}
+
+
+ {/* Section achat */}
+