Skip to content

RenaudLN/dash_breakpoints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

187b0d8 · Aug 26, 2024

History

4 Commits
Sep 23, 2022
Sep 23, 2022
Sep 23, 2022
Sep 23, 2022
Sep 23, 2022
Sep 23, 2022
Sep 23, 2022
Aug 26, 2024
Aug 26, 2024
Sep 23, 2022
Sep 23, 2022
Sep 23, 2022
Sep 23, 2022
Sep 23, 2022
Sep 23, 2022
Sep 23, 2022
Sep 23, 2022
Sep 23, 2022
Sep 23, 2022
Sep 23, 2022
Sep 23, 2022

Repository files navigation

Dash Breakpoints

Component to listen to the elements and window resize

Install

pip install dash_breakpoints

Development

Getting Started

  1. Create a new python environment:

    python -m venv venv
    . venv/bin/activate

    Note: venv\Scripts\activate for windows

  2. Install python dependencies:

    pip install -r requirements.txt
  3. Install npm packages:

    1. Optional: use nvm to manage node version:
      nvm install
      nvm use
    2. Install:
      npm install
  4. Build:

    npm run build

Component Code

Publish

If publish on npm:

npm build
npm publish

Justfile

Alternatively, use the provided just commands:

  1. Create a Python environment from previous step 1 and install:
    just install
  2. Build
    just build
  3. Publish
    just publish
  4. See all commands with just -l

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published