Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Sablo provides a set of angular directives that can help custom web component developers.

svy-tabseq

This directive helps provide dynamic tab sequences on the client. All it needs is a set of so called 'design' values on DOM nodes inside your document (<input ... svy-tabseq="2" ...) and an optional config attribute (<div ... svy-tabseq-config:{container: true} ...).

...