UNPKG

react-awesome-button-namdaoduy

Version:

Performant, extendable, highly customisable, production ready React Component that renders an animated basic set of UI buttons

14 lines (11 loc) 362 B
import CartmanTheme from './themes/cartman-theme'; import RickTheme from './themes/rick-theme'; import MortyTheme from './themes/morty-theme'; import BlueTheme from './themes/blue-theme'; const themes = { 'cartman-theme': CartmanTheme, 'rick-theme': RickTheme, 'morty-theme': MortyTheme, 'blue-theme': BlueTheme, }; export default themes;