Skip to content

Commit

Permalink
share class names util
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Jul 10, 2023
1 parent c4735f0 commit d3cc098
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/src/utils/class-names.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export function classNames(...classes: any[string]) {
return classes.filter(Boolean).join(' ');
}

0 comments on commit d3cc098

Please sign in to comment.