UNPKG

@nbamford123/arwes

Version:

Futuristic Sci-Fi and Cyberpunk Graphical User Interface Framework for Web Apps

16 lines (15 loc) 315 B
```javascript const resources = { bg: '/static/img/background.jpg', pattern: '/static/img/glow.png', }; render( <Arwes resources={resources}> <div style={{ padding: 20 }}> <Footer animate> <p>Arwes details</p> </Footer> </div> </Arwes> ); ```