Skip to content

Instantly share code, notes, and snippets.

@Oluwa-nifemi
Created March 24, 2020 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Oluwa-nifemi/e2fe82d736634c5199e48ab98cab6eee to your computer and use it in GitHub Desktop.
Save Oluwa-nifemi/e2fe82d736634c5199e48ab98cab6eee to your computer and use it in GitHub Desktop.
Classnames function for react
export const classNames = (...classes) =>
classes.filter((className) => className).join(" ");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment