Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
lib/cu-components/cu-components.bundle.js
lib/cu-components/cu-components.css
lib/cu-components/unitframe/unitframe.bundle.js
lib/cu-components/skillbar/skillbar.bundle.js
/* Code */
lib/components/UnitFrame/UnitFrame.js
lib/components/UnitFrame/Name.js /* self contained sub component */
lib/components/UnitFrame/Portrait/Portrait.js /* Sub componet with its own sub components */
lib/components/UnitFrame/Portrait/Badge.js /* self contains sub-sub component */
/* styles (css, scss whatever) */
lib/styles/UnitFrame/UnitFrame.css
lib/styles/UnitFrame/Character/Character.css
lib/styles/UnitFrame/Character/Portrait.css
/* Images */
lib/images/UnitFrame/bg.png
lib/images/UnitFrame/Character/bg.png
lib/images/UnitFrame/Character/Portraits/strm.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment