Basic usage example. Jack Luck Disabled yiminghe Jack Luck Disabled yiminghe <ResourceDictionary Source="pack://application:,,,/AntdWpf;component/Themes/Theme.xaml" />\n <ResourceDictionary Source="pack://application:,,,/AntdWpf;component/Themes/AntIcons.xaml" />\n\n xmlns:antd="https://github.com/ShrlAlgo/AntdWpf"\n\n <WrapPanel>\n \t<antd:Tag>Tag 1</antd:Tag>\n \t<antd:Tag>Link</antd:Tag>\n \t<antd:Tag Closable="True">Tag 2</antd:Tag>\n \t<antd:Tag Closable="True" cal:Message.Attach="[Event Closing] = [Action Closing($source, $eventArgs)]">Prevent Default</antd:Tag>\n </WrapPanel>