UNPKG

better-react-spinkit

Version:

A collection of loading indicators animated with CSS for React

10 lines (8 loc) 232 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function () { var name = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'spinner'; return 'brsk-' + name; };