Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap
-
Updated
Oct 12, 2021 - HTML
{{ message }}
Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap
Bootstrap 5 & Material Design 2.0 UI KIT
Important! A new UI Kit version for Bootstrap 5 is available. Access the latest free version via the link below.
Design and prototype customized UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable.
Smooth asynchronous user interfaces for iOS apps.
UITextField subclass with floating labels - inspired by Matt D. Smith's design: http://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction?list=users
[EN]It is an iOS UI module library for adding animation to iOS tabbar items and icons with Lottie, and adding a bigger center UITabBar Item. [CN]【中国特色 TabBar】一行代码实现 Lottie 动画TabBar,支持中间带+号的TabBar样式,自带红点角标,支持动态刷新。【iOS13 & Dark Mode & iPhone XS MAX supported】
The current example app is a really simple approach on what can be done with ViewAnimator. Even though the library is not complex to integrate and use on your own projects it would be nice to show how to use different animations in different scenarios.
I'd be replicating the app should on the animations Complex header.
<image src="https://cdn.dribbble.com/users/702789/screenshots/381608
Swipeable UITableViewCell/UICollectionViewCell based on the stock Mail.app, implemented in Swift.
Free and Open Source UI Kit for Bootstrap 4, React, Vue.js, React Native and Sketch based on Google's Material Design
A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
Awesome iOS 11 appstore cards in swift 5.
Unlike all those arrogant UINavigationBar, this one is shy and humble! Easily create auto-scrolling navigation bars!
Android library. Flexible components for chat UI implementation with flexible possibilities for styling, customizing and data management. Made by Stfalcon
React components and hooks library with native dark theme support focused on usability, accessibility and developer experience
UIKit a-là SwiftUI.framework [min deployment target iOS10]
Add a description, image, and links to the uikit topic page so that developers can more easily learn about it.
To associate your repository with the uikit topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Doc string states:
Date().weekday -> 5 // fifth day in the current week.
Guess what, 5 is not friday. It's thursday. It makes some sense after i dug deeper, but as a programmer, i assumed monday could be 0 or 1, therefore thursday should be 3 or 4. Monday is 2! Because sunday is 1!
**Describe the solution you'd li