Fill in all required fields before proceeding.
Place your form fields and content here.
Additional header content can be placed here.
Are you sure you want to delete {resourceName}? This action cannot be undone.
} resourceName={resourceName} primaryButtonText="Delete" secondaryButtonText="Cancel" iconDescription="Close" textConfirmation={true} // Enable high-impact confirmation inputLabelText={`Type "${resourceName}" to confirm`} inputPlaceholderText="Enter resource name" inputInvalidText="Resource name does not match" primaryDangerDescription="This will permanently delete the resource" /> > ); }; ``` ## TagSet The TagSet component displays a collection of tags with overflow handling, modal view for many tags, and optional search functionality. ```jsx import React from 'react'; import { TagSet } from '@carbon/ibm-products'; const App = () => { const tags = [ { label: 'Production', type: 'red' }, { label: 'Active', type: 'green' }, { label: 'v2.0', type: 'blue' }, { label: 'Critical', type: 'magenta' }, { label: 'Region: US-East', type: 'teal' }, { label: 'Team: Platform', type: 'purple' }, { label: 'Cost Center: 12345', type: 'cyan' }, { label: 'Environment', type: 'warm-gray' }, ]; return ($ kubectl get pods
NAME READY STATUS RESTARTS AGE
app-6b7c5d9f4-abc12 1/1 Running 0 2d