Skip to content

Commit

Permalink
fix: spelling splitbutton (#5826)
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio authored Dec 21, 2023
2 parents aa6a3d7 + b8c818a commit 380e3c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/samples/react/src/components/split-button/basic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ export const SplitButtonBasic: FC = () => {
};

return (
<div className="grid gap-4">
<KolSplitButton _label="Nur der Pfeil öffnet" className="w-200px" _on={{ onClick: handleButtonClick }}>
Drowndown-Inhalt
<div className="flex gap-4">
<KolSplitButton _label="Nur der Pfeil öffnet" _on={{ onClick: handleButtonClick }}>
Dropdown-Inhalt
</KolSplitButton>
<KolSplitButton _label="ohne label" _hide-label _icons="codicon codicon-git-pull-request" className="w-200px">
Drowndown-Inhalt
<KolSplitButton _label="Schalter ohne sichtbares Label" _hideLabel _icons="codicon codicon-git-pull-request">
Dropdown-Inhalt
</KolSplitButton>
</div>
);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 380e3c3

Please sign in to comment.