Enhance cards to implement the Wallet interface.
Подкину еще идею: добавить удобный функционал динамического подключение внешних JS. К примеру: app.includeJs('https://…/script.js");
Для чего это нужно, реальный пример: Яндекс.Карты доступны не во всех странах (забанены), если мы изначально подключим их JS в index.js, то будет ошибка.
Репозиторий не обновлялся целых 6 лет:)
Sveltejs would be an amazing addition to Framework7! Any time line for the Framework7-Svelte components?
It is already in the progress. But the amount of F7 components will be limited due to limitations of Svelte (it doesn’t support slotted components)
Если говорить про crazy идеи, то возможность конвертации Figma > Компоненты F7.
Оказывается, есть такой проект для React: https://github.com/Pagedraw/pagedraw
Migrate to VUE 3.0
Sure, as soon as it will be released
sound effects plugin!
Add Intl.NumberFormat to number inputs
<f7-list-input
label="currency"
type="number"
format
:format-options = "{lang: 'ru-RU', style: 'currency', currency: 'EUR' }"
>
JStorage
it would be great if FW7 could include something like jStorage as well (https://www.npmjs.com/package/jstorage).
Best regards
Andreas
I’m not sure if the topic is still open for new wishes, but since we have aurora and the desktop in the house, drag’n’drop for card component (and probably for other components also) would come handy.
The idea comes from the desktop scene where it is quite common to have “customizable” dashboards, where customization often means that cards with different contents can be dragged and pinned around the dashboard.
MDBootstrap has such an initiative.
What do you think?
I would better not reinvent the wheel and recommend this library https://sortablejs.github.io/Sortable/ It has zero dependencies, modern, has a lot of options. I use it in my recent projects and fully happy with it
Thanks for the advice, looking after it!
Good advice, perhaps we can create a list of useful libraries? I don’t mean another “awesome” list but complementair to F7 and based on positive experience and recommendations. Like sortable.js and localforage.js
In order to improve the performance of all animations, have you thought about using the Web Animations API? Maybe something simple, similar to this ones:
(I mean in the Core v5 edition)
BTW @nolimits4web, as always, congrats for such a great tool and framework.