Yauheni Prakopchyk

Results 141 comments of Yauheni Prakopchyk

@m0ksem Maybe we can introduce something like a customization layers/pyramid? As a recommended way to customize vuestic. ``` config (services config) config (default props) global-css-variables local-css-variables bem overrides ```

Needs more planning. Ideally in context of this issue we want to have a list of all possible global variables. Then mark the ones we're going to implement.

Looks close to finish, but reactivity isn't there.

We need to fix demos before continuing forward with that. Too much untested code.

Yeah, I think having dynamic grid helpers would be a nice thing to have. We can have our implementation unique and simple, then suggest tailwind in other cases.

Probably not much do discuss here. Seems pretty useful to me out of the box. But we can talk whether to support sidebar or make this configurable.

That's pretty important component for us as we focus heavily on customizability.

@m0ksem do we have a lot of cases where emits send multiple values? I would actually prefer to split these into separate emits if that makes sense.

Non interactive elements shouldn't be focusable. Unless they're actionable/selectable (which could be a prop).

That's pretty important. Doubles down on high customizability we provide. Additionally, MVP for this feature is not that expansive.