Please fork this repository and enjoy!
- Clone this repository to your local machine.
- Run
npm install
to install the dependencies. - Set the necessary environment variables.
Feel free to use this template for any project you want.
import BPButton from '@components/atoms/BPButton'
<div className="fixed bottom-0 left-0 m-4 z-50">
<BPButton outline variant="accent" onClick={handleDemoButton}>
{t('backTo')} {NAME}
</BPButton>
</div>