FullCalendar + react-day-picker based React calendar suite (macro + mini calendar, popovers, hooks). Self-contained with own Radix primitives.
Visualizer support for zoomable components.
MCLS react context providers and utils for data fetching.
### Nuxt SSR friendly
Роутер для vk-mini-apps
core objects for tgi framework
Single-point input routing for Ink 5 apps — no more competing useInput handlers
A custom Vue.js directive for visually updating active navigation link based on current scroll position.
Role Maintainence Custom component to help the managers to create roles for providing access to different content in the application based on the permission. The roles are assigned to users while creating a user in user maintenance. The user can login and
Coming soon
ActiveView Helper for creating tabs with Bootstrap.
ActiveView Helper to present formatted ActiveModel attributes with icons.
Add a img_gravatar helper to ActiveView.
Add a img_gravatar helper to ActiveView.
basic views for ActiveView
Quickly create view models in Rails
This gem patches all of the problems that appear from running Rails with DataMapper on the GAE. The main patches are patching DataMapper so that it does not use the ObjectSpace (The ObjectSpace itself is also patched so that this works seamlessly). Also ActiveView is patched so that all of the partial shortcuts work with DataMapper. In addition, a generate is provided (dd_model) that will produce a DataMapper model. One last note is that this gem depends on a dm-core (and other dm gems), dm-appengein, and rails_appengene so all you need is to require this gem in your gem file and you should get all the other gems you need to make DataMapper work with Rails and the GAE.