+
+
+
+
It is recommended to show a tooltip when the cursor hovers over the button.
+
`
+
+export const IconOnly: Story = {
+ render: (args) => ({
+ components: { NeButton, FontAwesomeIcon },
+ setup() {
+ return { args, faCopy }
+ },
+ template: templateIconOnly
+ }),
+ args: {}
+}
+
export const Disabled: Story = {
render: (args) => ({
components: { NeButton },
diff --git a/stories/NeDropdownFilter.stories.ts b/stories/NeDropdownFilter.stories.ts
index 241391c..4f9e810 100644
--- a/stories/NeDropdownFilter.stories.ts
+++ b/stories/NeDropdownFilter.stories.ts
@@ -49,6 +49,7 @@ const meta = {
showSelectionCount: true,
noOptionsLabel: 'No options',
showOptionsFilter: false,
+ clearSearchLabel: 'Clear',
optionsFilterPlaceholder: 'Filter options',
maxOptionsShown: 25,
moreOptionsHiddenLabel: 'Continue typing to show more options',