VKUI

VKUI – это набор React-компонентов, с помощью которых можно создавать интерфейсы, внешне неотличимые от наших iOS и Android приложений.

MIT License

Downloads
24.4K
Stars
1K
Committers
122

Bot releases are visible (Hide)

VKUI - v0.7.0rc

Published by ArthurStam almost 7 years ago

Features

  • Modals (beta)
  • Action Sheets (beta)
  • iOS swipe back
  • Gallery
  • Popout Wrapper

Bugfix

  • Fix bug with double animation on iOS native swipes
  • Fix View scroll bugs
  • Fix Alerts
  • Fix Alert Inputs
VKUI -

Published by Chaptykov over 7 years ago

Features

  • Add AlertInput component. Update styles of Alert for iOS.
  • Add external types for Button component. Update styles of Button component.
  • Add posibility to set tagName for FormLayout component. Initlal value is form.
  • Add animation for input underline on active for Android
  • Add version of library to package. You can use it:
import * as UI from 'vkui';

console.log(UI.v); // 0.6.16

Bugfix

  • Fix bug with blocking rerender of non-active panel.
  • Fix panel transition for Android
  • Fix change handler for Textarea component
VKUI - Markup fixes

Published by Chaptykov over 7 years ago

  • Fix bug with multiple tap selection on multitouch gesture
  • Fix text overflowing in headers
  • Fix header alignment for old versions of iOS
  • Fix iOS header alignment when one of sides is empty
  • Fix iOS list separators for old versions of iOS
VKUI -

Published by Chaptykov over 7 years ago

VKUI - Initial

Published by Chaptykov over 7 years ago

Package Rankings
Top 1.69% on Npmjs.org
Related Projects