carbon-design-system / icons-motion

A library of animated Carbon icons
Apache License 2.0
17 stars 10 forks source link

Support for custom class name #255

Open alisonjoseph opened 1 year ago

alisonjoseph commented 1 year ago

Would be useful to be able to set a custom classname on the wrapper div for each icon, and have a default class already set to be able to target it easily.

So something like

<HomeMotion 
    isAnimating={false}
    size={32}
    className="my-custom-class"
  />