-
Updated
Mar 30, 2022 - HTML
#
uikit
Here are 2,650 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
react
reactjs
uikit
a11y
react-components
accessible
wai-aria
ui-components
dark-mode
ui-library
chakra-ui
-
Updated
Mar 31, 2022 - TypeScript
Bootstrap 5 & Material Design 2.0 UI KIT
javascript
css
html
bootstrap
framework
material
material-design
uikit
bootstrap-material
material-design-for-bootstrap
bootstrap5
-
Updated
Mar 14, 2022 - SCSS
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
Jan 24, 2022 - JavaScript
React components library with native dark theme support
-
Updated
Mar 30, 2022 - TypeScript
𝙃𝙪𝙜𝙚 collection of Tailwind components, sections and templates 😎 - FREE for commercial use
javascript
css
html
design-systems
front-end
material-design
frontend
uikit
ui-components
dashboard-templates
front-end-development
tailwind
tailwindcss
tailwind-css
tailwindcss-plugin
tailwind-admin
tailwind-react
tailwind-vue
tailwindui
tailwind-template
-
Updated
Mar 25, 2022 - HTML
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
Jan 21, 2022 - Swift
Smooth asynchronous user interfaces for iOS apps.
-
Updated
Mar 15, 2022 - 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
Jul 12, 2021 - 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
[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
Dec 30, 2021 - Objective-C
A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
-
Updated
Mar 31, 2022 - Swift
Swipeable UITableViewCell/UICollectionViewCell based on the stock Mail.app, implemented in Swift.
-
Updated
Mar 23, 2022 - 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
Mar 25, 2022 - HTML
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
Oct 24, 2021 - Java
-
Updated
Oct 15, 2021 - 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