Skip to content

bluepanda-dev/panda-core-dev

Repository files navigation

Welcome to Blue Panda

Please fork this repository and enjoy!

Steps

  1. Clone this repository to your local machine.
  2. Run npm install to install the dependencies.
  3. Set the necessary environment variables.

Use

Feel free to use this template for any project you want.

Docs & Resources

Import Blue Panda components into your project, define some states and you're good to go!
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>