https://github.com/marko-js/tags
Not quite core components.
https://github.com/marko-js/tags
Last synced: 2 months ago
JSON representation
Not quite core components.
- Host: GitHub
- URL: https://github.com/marko-js/tags
- Owner: marko-js
- License: mit
- Created: 2018-08-18T00:09:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-03T21:06:50.000Z (6 months ago)
- Last Synced: 2025-03-23T13:01:54.785Z (3 months ago)
- Language: JavaScript
- Size: 1.82 MB
- Stars: 22
- Watchers: 4
- Forks: 11
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Tags
## Packages
- [context](https://github.com/marko-js/tags/blob/master/tags/context) -
share data through arbitrarily deep Marko components.
- [match-media](https://github.com/marko-js/tags/blob/master/tags/match-media) -
media queries directly in your Marko templates.
- [portal](https://github.com/marko-js/tags/blob/master/tags/portal) -
render content somewhere else in the DOM.
- [subscribe](https://github.com/marko-js/tags/blob/master/tags/subscribe) -
declarative event subscriptions component.
- [destroy-when-detached](https://github.com/marko-js/tags/blob/master/tags/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](https://twitter.com/chriscoyier/status/896051713378992130) 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](./.github/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.