UNPKG

react-dazzle

Version:

The simple yet flexible dashbording solution for React

9 lines (7 loc) 225 B
import React from 'react'; const AnotherWidget = () => ( <div> <img src="http://static.simpledesktops.com/uploads/desktops/2013/08/26/JC_Desktop1.png" width="325px" /> </div> ); export default AnotherWidget;