Here are
106 public repositories
matching this topic...
Collect JS Frameworks, Web components library and Admin Template.
Material design search bar
Updated
Feb 26, 2022
JavaScript
jQuery UI widget for structured queries like "Contacts where Firstname starts with A and Birthday before 1/1/2000 and State in (CA, NY, FL)"...
Updated
Jan 4, 2022
JavaScript
Modern, modular, extensible button system designed for both rapid prototyping and production-ready applications
Angular Joyride/Tour library
Updated
Apr 7, 2022
TypeScript
Zero Dependency, Vanilla JavaScript Tag Editor
Updated
Mar 12, 2022
JavaScript
📤 Custom UI component for iOS, replication of Apple's Apple Music player and Shortcuts’ components view [Swift 5.0, iOS 12].
Updated
Oct 28, 2020
Swift
React grid component for virtualized rendering large tabular data.
Updated
Nov 25, 2020
TypeScript
Full screen menu for Flutter apps to give a user a broad variety of variants in beautiful way
Updated
Mar 20, 2021
Dart
⚡️ Zero-dependency minimalistic dropdown component for React and Vue.
Updated
Feb 11, 2022
JavaScript
💪 A simple and reusable flexbox component for Svelte
Updated
Mar 26, 2022
JavaScript
Splittable and resizable panes for Vue.js
Updated
Mar 7, 2019
JavaScript
React Native UI Components that follows neutral design
Updated
Apr 3, 2022
TypeScript
A touch-enabled drawer component for the modern web.
Updated
Feb 7, 2022
TypeScript
Colr Pickr, a vanilla JavaScript color picker component built with SVGs, with features like saving colors. Similar design to the chrome-dev-tools color picker.
Updated
Mar 26, 2022
JavaScript
BottomSheet picker to select one or multiple files. Allows taking photos / videos / select from camera gallery / pick a different file
A set of useful UI-Components (HtmlHelper) for ASP.NET Core MVC based-on Popular JavaScript Plugins (Experimental project).
Updated
Mar 9, 2022
JavaScript
vue components based on VueJS
Updated
Sep 24, 2019
JavaScript
Animated checkmark for React
Updated
Jan 2, 2021
JavaScript
The positioning portal is a low level React component to build all kinds of absolutely positioned flyouts which are anchored to another element in the viewport.
Updated
Sep 1, 2021
JavaScript
🌈 A UI component library based on vue 3.x (Migrated to Kabutack)
Updated
Mar 27, 2022
TypeScript
Android implementation of TextInputLayout with greater support for outlined boxes
Updated
Nov 18, 2021
Java
React component for easily transitioning your container size based on children 🎁
Updated
May 14, 2019
TypeScript
An outlined Material-UI input component based on react-select, inspired by the Autocomplete section in Material-UI docs
Updated
Feb 12, 2022
JavaScript
A customizable, full-feature, lightweight iOS framework to be used instead of UIAlertController.
Updated
Nov 29, 2021
Swift
With this control, you are able to create any style of button. This is possible as it acts as a wrapper to your XAML and provides you the events/ commands and properties to bind to.
📄 Column Text View is an adaptive UI component that renders text in columns, horizontally [iOS 12, UIKit, TextKit, SwiftUI].
Updated
Dec 29, 2019
Swift
Cart UI Component for Magento 2
Improve this page
Add a description, image, and links to the
ui-component
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
ui-component
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Thanks for the control. It would be really nice if you can add a feature to use it not for automatic navigation but if we could add items manually, for example:
breadcrumb.PushNewItem(object myDataItem, string label);
Remove item and children
breadcrumb.PopAfterItem(object myDataItem);
And an event when a item is clicked
OnItemClick(object source, object myDataItem)