UNPKG

@ftrack/react-toolbox

Version:

A set of React components implementing Google's Material Design specification with the power of CSS Modules.

3 lines (2 loc) 102 B
const context = require.context('./components', true, /.spec\.js$/); context.keys().forEach(context);