frend.co
frend.co copied to clipboard
Frend — A collection of accessible, modern front-end components.
Is it possible that there is no public events on dialog component? I was looking for an event on the dialog opening/closing.
Hi, is it possibile to open the dialog for example at document.ready? So without clicking on a button. Am I wrong or that method is missing?
First let me just say thanks for the work you're doing here. I'm striving to always build accessibly and these components are a life saver. That being said I think...
Is it possible to disable the auto focus on first element? It would be nice if there was an option. Thanks
A lot of [quality](https://github.com/bevacqua/) plugins have event emitter setups, but that might be a bit overkill for Frend bits. Would be nice for this to be consistent amongst components. Is...
Sometimes there's the need for accordion panels to be opened by default. ie. to preserve state between interactions. This PR aims to maintain accordion panels open at init() when the...
According to the [relevant authoring practices documentation](https://www.w3.org/TR/wai-aria-practices-1.1/#tabpanel): > If the tab list is horizontal, it does not listen for `Down Arrow` or `Up Arrow` so those keys can provide their...
I've been working on what I'm calling an "Accessible Settings Table". I'm wondering if the jQuery dependency were stripped if this pattern might make sense as a "Frendly Component". ...
In the last couple days I've been search for an accessible calendar/datepicker widget. I think it would be a great addition to this lineup! https://www.w3.org/TR/wai-aria-practices/#datepicker
As per [this](https://github.com/babel/babelify#faq) shouldn't we be referencing the compiled file in `package.json` `main` rather than the src? https://github.com/rollup/rollup/wiki/jsnext:main