-
Updated
Jun 15, 2021 - HTML
#
uikit
Here are 2,020 public repositories matching this topic...
Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap
css
html
jekyll
sass
bootstrap
modular
html5
dashboard
sponsors
uikit
boilerplate-template
scss
admin-dashboard
themes
dashboards
ui-kit
adminpanel
dashboard-templates
bootstrap4-theme
bootstrap5
Bootstrap 5 & Material Design 2.0 UI KIT
javascript
css
html
bootstrap
framework
material
material-design
uikit
bootstrap4
bootstrap-material
material-design-for-bootstrap
bootstrap5
-
Updated
Jun 28, 2021 - SCSS
react
reactjs
uikit
a11y
react-components
accessible
wai-aria
ui-components
dark-mode
ui-library
chakra-ui
-
Updated
Jun 27, 2021 - TypeScript
Important! A new UI Kit version for Bootstrap 5 is available. Access the latest free version via the link below.
javascript
css
bootstrap
design
framework
ui
material
material-design
frontend
uikit
bootstrap4
google-material
ui-kit
bootstrap-4
mdbootstrap
material-design-for-bootstrap
-
Updated
Mar 18, 2021 - JavaScript
Design and prototype customized UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable.
swift
ios
protocol-oriented
animation
uikit
transition-animation
interface-builder
prototyping
ui-components
-
Updated
Feb 14, 2021 - Swift
Smooth asynchronous user interfaces for iOS apps.
-
Updated
Jun 24, 2021 - Objective-C++
UITextField subclass with floating labels - inspired by Matt D. Smith's design: http://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction?list=users
-
Updated
May 14, 2021 - Objective-C
[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】
swift
ios
ui
objective-c
xcode
view
animation
cocoapods
uikit
xib
storyboard
tabbar
animation-library
objc
lottie
tabbarcontroller
darkmode
lottie-ios
ios13
-
Updated
Nov 3, 2020 - Objective-C
1
marcosgriselli
commented
Oct 28, 2017
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.
-
Updated
May 23, 2021 - Swift
Free and Open Source UI Kit for Bootstrap 4, React, Vue.js, React Native and Sketch based on Google's Material Design
bootstrap
web
material-design
uikit
bootstrap4
ui-kit
responsive-design
bootstrap-material-design
webdesign
-
Updated
Dec 7, 2020 - CSS
A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
-
Updated
Jun 28, 2021 - Swift
Awesome iOS 11 appstore cards in swift 5.
-
Updated
Jun 29, 2019 - Swift
Unlike all those arrogant UINavigationBar, this one is shy and humble! Easily create auto-scrolling navigation bars!
ios
ui
objective-c
navigation
cocoapods
uikit
scrolling
uinavigationcontroller
navigationbar
scrollview
-
Updated
Sep 20, 2018 - Objective-C
Android library. Flexible components for chat UI implementation with flexible possibilities for styling, customizing and data management. Made by Stfalcon
-
Updated
May 30, 2021 - Java
-
Updated
Jun 23, 2021 - Swift
UIKit a-là SwiftUI.framework [min deployment target iOS10]
swift
virtual-dom
ios
reconciliation
elm-architecture
uikit
uiview
layout-engine
unidirectional-data-flow
swiftui
-
Updated
Dec 13, 2019 - Swift
Improve this page
Add a description, image, and links to the uikit topic page so that developers can more easily learn about it.
Add this topic to your repo
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