UNPKG

@totalsoft/rocket-ui

Version:

A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.

12 lines 320 B
import Card from './Card'; import Button from './Button'; import Divider from './Divider'; import TextField from './TextField'; const componentsOverride = (theme) => ({ ...Card(theme), ...Button(theme), ...Divider(), ...TextField() }); export default componentsOverride; //# sourceMappingURL=index.js.map