Skip to content

Instantly share code, notes, and snippets.

@Danetag
Created May 20, 2020 02:21
Show Gist options
  • Save Danetag/fc4e034c1ead2b6451f5a925c1c4c2c6 to your computer and use it in GitHub Desktop.
Save Danetag/fc4e034c1ead2b6451f5a925c1c4c2c6 to your computer and use it in GitHub Desktop.
import { ICONS } from "my-component-library/constants";
// ...
render() {
return (
<div>
<my-icon name={ICONS.ACCOUNT}></my-icon>
</div>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment