0.0.1 • Published 3 years ago

@pixiebrix/frontend-interop v0.0.1

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
3 years ago

frontend-interop

A library for interacting with components in JS front-end libraries.

Compatibility

FrameworkRead ValuesSet Values
React✅ props
Angular✅ scope
AngularJS✅ scope
Vue.js
Ember.js✅ attrs

Usage Notes

Contributing

  • See the src/contrib directory for examples
  • Add a new file, implement the adapter interfaces in component.ts, and include the adapter in adapters.ts
  • Run the pre-commit hooks
  • Submit a pull request for the new framework

Related Libraries