Skip to content

marko-js/tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b9c9a66 · Jan 3, 2025
Aug 18, 2018
Jan 3, 2025
Aug 18, 2018
Aug 18, 2018
Nov 16, 2019
Feb 13, 2019
Aug 18, 2018
Aug 18, 2018
Aug 18, 2018
Jul 10, 2019
Jun 15, 2022
Feb 13, 2019
Mar 6, 2024
Mar 6, 2024

Repository files navigation

Tags

Lerna Styled with prettier MIT Build status

Packages

  • context - share data through arbitrarily deep Marko components.
  • match-media - media queries directly in your Marko templates.
  • portal - render content somewhere else in the DOM.
  • subscribe - declarative event subscriptions component.
  • destroy-when-detached - Automatically clean up all Marko components within a container when it is removed from the DOM.

Contributing

This repo provides a consistent build, test, & development environment around components that aren't quite core but we also think improve the ecosystem.

npm scripts

  • test Run the tests for all packages
  • test:report Runs the test command and shows test coverage
  • publish Begins publishing any changed packages
  • format Formats the files in the repo (runs on precommit)

Code of Conduct

This project adheres to the eBay Code of Conduct. By participating in this project you agree to abide by its terms.