Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Comp('data-foo-bar' => 12, 'data-baz-woggle' => "strng") can be shortened #93

Open
catmando opened this issue Nov 1, 2017 · 0 comments

Comments

@catmando
Copy link
Contributor

catmando commented Nov 1, 2017

the following works with data and aria tags:

Comp('data-foo-bar' => 12, 'data-baz-woggle' => "strng")
can be written as
Comp(data: {foo_bar: 12, baz_woggle: "strng")

In otherwords data attributes can be provided as a hash, and snake case will be dasherized automatically.

Also works with aria attributes

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant