react-select theme create a select element with a list of bootstrap themes from bootswatch import { SelectTheme } from '@matttelliott/react-select-theme' export const MyApp = () => ( <div> <SelectTheme></SelectTheme> </div> )