Bumbag is a friendly React UI Kit suitable for MVPs or large-scale applications.
<Alert title="An error occurred" type="danger">We were unable to save your changes.</Alert>
<divrole="alert"aria-labelledby="alertTitle"aria-describedby="alertDescription"><div id="alertTitle">An error occurred</div><div id="alertDescription">We were unable to save your changes.</div></div>
const theme = {fonts: {default: '"Comic Sans MS", sans-serif',heading: '"Helvetica", sans'},palette: {primary: '#574feb',success: '#0a7d33',danger: '#da1717',warning: '#ed9c22'},Button: {defaultProps: {palette: 'primary'}}}<BumbagProvider theme={theme}>...</BumbagProvider>
// Compose with `use`<Button use={Link} href="/get-started">Get started</Button>
// Compose with hooksconst linkProps = Link.useProps({href: '/get-started'});<Button {...linkProps}>Get started</Button>
// Compose with render props<Link href="/get-started">{linkProps => (<Button {...linkProps}>Get started</Button>)}</Link>
6km from city center
from $35 a night
Join our discord server to get the latest updates, chat with other Bumbag enthusiasts, and see what's happening in the community!