nmkr

Results 3 issues of nmkr

hello, great library :-) i have a question about the slots in the datepicker, would it be possible to get an slot under the calender itself? would like to add...

the method in Lavary\Menu\Link does not respect the config setting for an active link.. Link::class $this->attributes['class'] = Builder::formatGroupClass(array('class' => 'active'), $this->attributes); should be $this->attributes['class'] = Builder::formatGroupClass(array('class' => $this->builder->conf('active_class')), $this->attributes);

bug
enhancement

is the ReflectionParameter::hasType only available on php7? maybe you should hint that in describion