Convert Figma logo to code with AI

jaywcjlove logoawesome-uikit

Collect JS Frameworks, Web components library and Admin Template.

1,507
179
1,507
0

Top Related Projects

323,302

😎 Awesome lists about all kinds of interesting topics

A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects

A curated list of awesome Swift frameworks, libraries and software.

:iphone: Collaborative List of Open-Source iOS Apps

A collaborative list of awesome for iOS developers. Include quick preview.

Quick Overview

The jaywcjlove/awesome-uikit repository is a curated list of UI (User Interface) kits, frameworks, and libraries for web development. It serves as a comprehensive resource for developers looking for tools to create beautiful and functional user interfaces across various platforms and technologies.

Pros

  • Extensive collection of UI resources covering multiple platforms and technologies
  • Well-organized and categorized, making it easy to find specific tools
  • Regularly updated with new and popular UI kits
  • Includes both open-source and commercial options

Cons

  • May be overwhelming for beginners due to the large number of options
  • Some listed projects might become outdated or discontinued over time
  • Lacks detailed comparisons or recommendations between similar tools
  • Primarily focuses on listing resources rather than providing in-depth tutorials or guides

Code Examples

This repository is not a code library but a curated list of resources. Therefore, there are no code examples to provide.

Getting Started

As this is a curated list and not a code library, there are no specific getting started instructions. However, users can explore the list by visiting the GitHub repository and browsing through the categories that interest them. The list is organized into sections such as:

  • CSS UI Kits
  • React UI Kits
  • Vue UI Kits
  • Angular UI Kits
  • Mobile UI Kits
  • And more...

Users can click on the links provided to visit the official websites or repositories of the listed UI kits and frameworks to learn more about their specific usage and implementation.

Competitor Comparisons

323,302

😎 Awesome lists about all kinds of interesting topics

Pros of awesome

  • Much larger and more comprehensive, covering a wide range of topics and technologies
  • More actively maintained with frequent updates and contributions
  • Higher number of stars and forks, indicating greater community engagement

Cons of awesome

  • Can be overwhelming due to its vast scope and extensive lists
  • Less focused on specific UI/UX resources compared to awesome-uikit
  • May require more time to navigate and find relevant information

Code comparison

While both repositories are primarily curated lists without significant code, awesome does include some basic HTML for its README:

<h1 align="center">
  <img src="media/logo.svg" alt="Awesome" width="400">
</h1>

awesome-uikit, on the other hand, uses standard Markdown without custom HTML:

# Awesome UI Kit

A curated list of awesome UI Kits, libraries and resources.

Both repositories use similar Markdown formatting for their lists, making them easy to read and navigate. The main difference lies in the scope and organization of the content, with awesome-uikit focusing specifically on UI resources and awesome covering a much broader range of topics.

A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects

Pros of awesome-ios

  • More comprehensive coverage of iOS development topics
  • Larger community and more frequent updates
  • Includes sections on testing, debugging, and performance optimization

Cons of awesome-ios

  • May be overwhelming for beginners due to its extensive list
  • Less focus on UI-specific components and frameworks
  • Requires more time to navigate and find specific resources

Code Comparison

While both repositories are curated lists and don't contain actual code, they differ in their organization. Here's an example of how they structure their content:

awesome-ios:

## Getting Started
* [Apple Developer Documentation](https://developer.apple.com/documentation/) - Official Apple Developer Documentation.
* [Swift](https://github.com/vsouza/awesome-ios/blob/master/README.md#swift) - Swift related projects.

awesome-uikit:

## UI
- [Element](https://github.com/ElemeFE/element) - A Vue.js 2.0 UI Toolkit for Web.
- [Ant Design](https://github.com/ant-design/ant-design) - A UI Design Language.

awesome-uikit focuses specifically on UI frameworks and components, making it easier to find UI-related resources. awesome-ios covers a broader range of iOS development topics, including UI but also extending to other areas like networking, security, and app architecture.

A curated list of awesome Swift frameworks, libraries and software.

Pros of awesome-swift

  • Focuses specifically on Swift resources, making it more targeted for Swift developers
  • Includes a wider range of categories, such as testing, benchmark, and server-side Swift
  • Regularly updated with new Swift-related content and resources

Cons of awesome-swift

  • Limited to Swift ecosystem, not as versatile for general UI development
  • May not cover as many UI-specific tools and libraries as awesome-uikit
  • Could be overwhelming for beginners due to the extensive list of resources

Code Comparison

While both repositories are curated lists and don't contain actual code, here's an example of how they might differ in content:

awesome-swift:

import SwiftUI

struct ContentView: View {
    var body: some View {
        Text("Hello, Swift!")
    }
}

awesome-uikit:

<div class="uk-card uk-card-default">
    <div class="uk-card-body">
        <h3 class="uk-card-title">Hello, UIkit!</h3>
    </div>
</div>

This comparison highlights the focus on Swift-specific content in awesome-swift versus the more general UI toolkit approach in awesome-uikit.

:iphone: Collaborative List of Open-Source iOS Apps

Pros of open-source-ios-apps

  • Focuses specifically on iOS apps, providing a curated list of open-source iOS applications
  • Includes a wide variety of app categories, making it easier for developers to find relevant examples
  • Regularly updated with new apps and removal of outdated or unavailable projects

Cons of open-source-ios-apps

  • Limited to iOS apps only, not covering other platforms or UI frameworks
  • Doesn't provide detailed information about UI components or design patterns used in the apps
  • May include some apps that are no longer actively maintained or updated

Code Comparison

While both repositories don't primarily focus on code snippets, here's a brief comparison of how they present information:

open-source-ios-apps:

- [Alarm Clock](https://github.com/ChristianHersevoort/ProjectClock): Alarm clock for tvOS
  - [` App Store`](https://apps.apple.com/app/id1628659614)
  - `2023` `swift` `tvos`

awesome-uikit:

- [Ant Design](https://ant.design/) - Enterprise-class UI design language and React UI library.
- [Chakra UI](https://chakra-ui.com/) - Simple, Modular & Accessible UI Components for your React Applications.

The open-source-ios-apps repository focuses on listing individual apps with their associated metadata, while awesome-uikit provides a more general list of UI frameworks and libraries.

A collaborative list of awesome for iOS developers. Include quick preview.

Pros of awesome-ios

  • More comprehensive, covering a wider range of iOS development topics
  • Regularly updated with new resources and libraries
  • Includes sections on architecture, testing, and other advanced topics

Cons of awesome-ios

  • Potentially overwhelming due to the large number of resources
  • Less focused on UI components compared to awesome-uikit
  • May include some outdated or less maintained projects

Code comparison

While both repositories are curated lists and don't contain actual code, they differ in how they organize their content. Here's a comparison of their list structures:

awesome-ios:

- [Getting Started](#getting-started)
- [Libraries And Frameworks](#libraries-and-frameworks)
  - [Analytics](#analytics)
  - [App Routing](#app-routing)
  - [Apple TV](#apple-tv)

awesome-uikit:

- [Framework](#framework)
- [Boilerplates](#boilerplates)
- [Components](#components)
  - [Layout](#layout)
  - [Navigation](#navigation)

awesome-ios provides a more detailed and extensive list structure, while awesome-uikit focuses specifically on UI components and frameworks.

Convert Figma logo designs to code with AI

Visual Copilot

Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.

Try Visual Copilot

README

Awesome UIKit

Buy me a coffee Awesome CI Docker Image Version (latest by date)

Collect JS Frameworks, Web components library and Admin Template.

Contents

Explanation

Open-Source Software means open source, click to enter open source repo;
hot means hot;

Frameworks

Most of this comes from: The Ultimate Guide to JavaScript Frameworks

The Big Three

  • React - A JavaScript library for building user interfaces. Open-Source Software
  • Angular - One framework. Mobile & desktop. Open-Source Software
  • Vue.js - A progressive, incrementally-adoptable JavaScript framework for building UI on the web. Open-Source Software

Historically Significant

  • AngularJS - AngularJS - HTML enhanced for web apps! Open-Source Software
  • Backbone - Give your JS App some Backbone with Models, Views, Collections, and Events. Open-Source Software
  • Ember - A JavaScript framework for creating ambitious web applications. Open-Source Software

Notable

  • Aurelia - Aurelia allows us to focus on business logic, not on the framework. Open-Source Software
  • anu - he React16-compat mini library. Open-Source Software
  • Elm - Server and client code for the Elm website. Open-Source Software
  • FicusJS - Lightweight functions for developing applications using web components. Open-Source Software
  • HTM - JSX alternative using standard tagged templates, with compiler support. Open-Source Software
  • htmx - </> htmx - high power tools for HTML Open-Source Software
  • Inferno - An extremely fast, React-like JavaScript library for building modern user interfaces. Open-Source Software hot
  • Nano JSX - Lightweight 1KB JSX library. Open-Source Software
  • Nue - The Content First Web Framework Open-Source Software
  • Polymer - Build modern apps using web components. Open-Source Software
  • Preact - Fast 3kB React alternative with the same modern API. Components & Virtual DOM. Open-Source Software
  • ReasonML - Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems. Open-Source Software
  • Svelte - The magical disappearing UI framework. Open-Source Software hot
  • Solid - A declarative, efficient, and flexible JavaScript library for building user interfaces.. Open-Source Software hot
  • VanJS - World's smallest reactive UI framework... Open-Source Software

Mobile

  • nativescript-vue - NativeScript with the ease of Vue. Open-Source Software
  • react-native - A framework for building native apps with React. Open-Source Software hot
  • Weex - A framework for building Mobile cross-platform UI. Open-Source Software

Mini Program

  • alita - 把 React Native 代码转换成微信小程序代码的转换引擎工具。 Open-Source Software
  • Antmove - 编译型跨端解决方案,基于支付宝/微信小程序,轻松地转换成其它平台的小程序。 Open-Source Software
  • Anna Remax UI - 一款基于 Remax 框架开发的小程序 UI 组件库。 Open-Source Software
  • Chameleon - 一套代码运行多端,一端所见即多端所见 Open-Source Software
  • mpx - 滴滴开源小程序框架。 Open-Source Software
  • mpvue - 基于 Vue.js 的小程序开发框架,从底层支持 Vue.js 语法和构建工具体系。 Open-Source Software
  • taro - 多端统一开发框架,支持小程序、H5、React Native 等的应用。Open-Source Software
  • weapp-native - 像 React 组件开发一样来开发微信小程序,开发微信小程序框架。 Open-Source Software
  • wepy - 小程序组件化开发框架 Open-Source Software
  • Remax - 将 React 运行在小程序环境中,让你可以使用完整的 React 进行开发 Open-Source Software
  • uni-app 使用 Vue 语法开发小程序、H5、App的统一框架 Open-Source Software

Rest of the Pack

  • AppRun - AppRun is a developing applications using the elm architecture, events and components. Open-Source Software
  • Atomico - A small(1.6kB) library to work with web components. Open-Source Software
  • Binding.scala - Reactive data-binding for Scala. Open-Source Software
  • avalon - An elegant efficient express mvvm framework. Open-Source Software
  • Bobril - Component oriented framework with Virtual dom (fast, stable, with tooling). Open-Source Software hot
  • Choo - sturdy 4kb frontend framework. Open-Source Software
  • CxJS - Advanced JavaScript UI framework for admin and dashboard applications with ready to use grid, form and chart components. Open-Source Software
  • Cycle.js - A functional and reactive JavaScript framework for predictable code. Open-Source Software
  • DYO - a library for building user interfaces. Open-Source Software hot
  • Dojo - meta information for the project. Open-Source Software
  • Domvm - DOM ViewModel - A thin, fast, dependency-free vdom view layer. Open-Source Software hot
  • DoneJS - Is the easiest way to get a high-performance, real-time, web and mobile application done! Open-Source Software
  • dva - React and redux based, lightweight and elm-style framework. Open-Source Software
  • dagger - A lightweight html-based runtime web frontend framework. Open-Source Software
  • Etch - Builds components using a simple and explicit API around virtual-dom. Open-Source Software
  • esx - Like JSX, but native and fast. Open-Source Software
  • Gruu - JavaScript library for creating dynamic content. Open-Source Software
  • Glimmer - Central repository for the Glimmer.js project. Open-Source Software
  • Hyperapp - 1 KB JavaScript library for building web applications. Open-Source Software hot
  • Hyperdom - A fast, feature rich and simple framework for building dynamic browser applications. Open-Source Software
  • hyperHTML - A Fast & Light Virtual DOM Alternative. Open-Source Software
  • Ivi - Javascript (TypeScript) library for building web user interfaces. Open-Source Software hot
  • Intact - An inheritable and strong logic template front-end mvvm framework. Open-Source Software
  • Knockout - Knockout makes it easier to create rich, responsive UIs with JavaScript. Open-Source Software
  • Maquette - Pure and simple virtual DOM library. Open-Source Software
  • Marko - A friendly (and fast!) UI library from eBay that makes building web apps fun. Open-Source Software
  • Mithril - A Javascript Framework for Building Brilliant Applications. Open-Source Software
  • million - <1kb virtual DOM - it's fast!. Open-Source Software
  • Moon - A minimal, blazing fast UI library. Open-Source Software
  • Maka.js - An inheritable and strong logic template front-end mvvm framework. Open-Source Software
  • Nerv - A blazing fast React alternative, compatible with IE8 and React 16. Open-Source Software
  • NX - A modular front-end framework - inspired by the server-side and Web Components. Open-Source Software
  • petit-dom - minimalist virtual dom library. Open-Source Software hot
  • Picodom - 1 KB VDOM builder and patch function. Open-Source Software hot
  • Pux - Build type-safe web apps with PureScript. Open-Source Software
  • RE:DOM - Tiny (2 KB) turboboosted JavaScript library for creating user interfaces. Open-Source Software
  • Ractive - Next-generation DOM manipulation. Open-Source Software
  • react-lite - an implementation of React that optimizes for small script size. Open-Source Software
  • RE:DOM - Tiny (2 KB) turboboosted JavaScript library for creating user interfaces. Open-Source Software hot
  • Reflex - Functional reactive UI library. Open-Source Software
  • Riot - Simple and elegant component-based UI library. Open-Source Software
  • rxdomh - Create DOM element and bind observables on it. Open-Source Software
  • San - A Flexible JavaScript Component Framework. Open-Source Software
  • Simulacra.js - Data-binding function for the DOM. Open-Source Software
  • Slim.js - Fast & Robust Front-End Micro-framework based on modern standards. Open-Source Software
  • STEM.JS - Another javascript framework. Open-Source Software
  • Stimulus - A modest JavaScript framework for the HTML you already have Open-Source Software
  • Surplus - High performance JSX web views for S.js applications. Open-Source Software hot
  • Thermite - A simple PureScript wrapper for React. Open-Source Software
  • TSERS - Transform-Signal-Executor framework for Reactive Streams. Open-Source Software
  • Superfine - Absolutely minimal view layer for building web interfaces. Open-Source Software
  • Vidom - Library to build UI based on virtual DOM. Open-Source Software
  • Vuera - Vue in React, React in Vue. Seamless integration of the two. Open-Source Software
  • WebCell - Web Components engine based on JSX & TypeScript Open-Source Software

State of the React

  • Constate - React Context + State. Open-Source Software
  • Easy Peasy - Vegetarian friendly state for React. Open-Source Software
  • Hox - The next-generation state manager for React. Open-Source Software
  • icestore - The next-generation state manager for React. Open-Source Software
  • Jotai - Primitive and flexible state management for React. Open-Source Software
  • MobX - Simple, scalable state management. Open-Source Software
  • Recoil - Recoil is an experimental state management library for React apps. Open-Source Software
  • React Easy State - Simple React state management. Made with ❤️ and ES6 Proxies. Open-Source Software
  • Redux Toolkit - The official, opinionated, batteries-included toolset for efficient Redux development Open-Source Software
  • react-hooks-global-state - Simple global state for React with Hooks API without Context API. Open-Source Software
  • rematch - State management with statecharts.. Open-Source Software
  • Unistore - 350b/650b state container with component actions for Preact & React. Open-Source Software
  • unstated-next - 200 bytes to never think about React state management libraries ever again. Open-Source Software
  • useStateMachine - The ½ kb state machine hook for React. Open-Source Software
  • Valtio - Valtio makes proxy-state simple for React and Vanilla. Open-Source Software
  • zustand - Bear necessities for state management in React. Open-Source Software

Web Components

Components

  • amp - The AMP web component framework. Open-Source Software
  • bolt The Bolt Design System provides robust Twig and Web Component. Open-Source Software
  • Clarity - Clarity is an open source design system that brings together UX guidelines, design resources, and coding implementations with Web Components. Open-Source Software
  • Material Web - Material Design Web Components. Open-Source Software
  • Fast - The adaptive interface system for modern web experiences. Open-Source Software
  • Lion - Fundamental white label web component features for your design system. Open-Source Software
  • Nude UI - Lea's kitchen sink of form components. WIP. Open-Source Software
  • Shoelace - A collection of professionally designed, every day UI components built on a framework-agnostic technology. Open-Source Software
  • UI5 Web Components - the enterprise-flavored sugar on top of native APIs. Open-Source Software
  • Wired Elements - Collection of custom elements that appear hand drawn. Great for wireframes or a fun look. Open-Source Software
  • xy-ui - 面向未来的原生 web components UI组件库 Open-Source Software

Tools

  • Corpuscule - Small Web Components framework based on decorators. Open-Source Software
  • DNA - Progressive Web Components library. Open-Source Software
  • jsx-for-web-components - A basic JSX factory for use in projects leveraging web components. Open-Source Software
  • LWC - A Blazing Fast, Enterprise-Grade Web Components Foundation. Open-Source Software
  • Lit - Lit is a simple library for building fast, lightweight web components. Open-Source Software
  • Panel - Web Components + Virtual DOM: web standards for powerful UIs. Open-Source Software
  • Stencil - A toolchain for building scalable, enterprise-ready component systems on top of TypeScript and Web Component standards. Open-Source Software
  • Skate - Effortless custom elements powered by modern view libraries. Open-Source Software
  • slim.js - Fast & Robust Front-End Micro-framework based on modern standards. Open-Source Software
  • Tonic - A Low Profile Component Framework – Stable, minimal, easy to audit, zero-dependencies and build-tool-free. Open-Source Software

UI Components

React

React based component library.

  • uiw - A high quality UI Toolkit, A Component Library for React. Open-Source Software
  • AgnosticUI - Accessible Component Primitives that work with React, Vue 3, Svelte, and Angular Open-Source Software
  • ANT DESIGN - A UI Design Language. Open-Source Software
  • Arco Design - A comprehensive React UI components library. Open-Source Software
  • Atlassian UI Atlassian's official UI library, built according to the Atlassian Design Guidelines. Open-Source Software
  • Amaze UI React - Amaze UI components built with React.js. Open-Source Software
  • Arwes - Futuristic Sci-Fi and Cyberpunk Graphical User Interface Framework for Web Apps. Open-Source Software
  • Ariakit - Futuristic Sci-Fi and Cyberpunk Graphical User Interface Framework for Web Apps. Open-Source Software
  • AdmiralDS React UI - Сторибук компонентов React на основе дизайн системы Адмирал 2.1 Open-Source Software
  • Backpack - Backpack Design System. Open-Source Software
  • Base UI - Base Web React Components. Open-Source Software
  • Blueprint - Blueprint is a React-based UI toolkit for the web. Open-Source Software
  • Bloom - Bloom acts as a central repository for reuseable React components. Open-Source Software
  • Belle - Configurable React Components with great UX. Open-Source Software
  • Blue - A React UI Component Suites living for enterprise application. Open-Source Software
  • Buttercup UI - React UI Components used in Buttercup products. Open-Source Software
  • Carbon - React components according to IBM’s. Open-Source Software
  • Chakra - Simple, Modular & Accessible UI Components for your React Applications. Open-Source Software
  • ChatUI - The UI design language and React library for Conversational UI. Open-Source Software
  • cloud-react - 数云 PC端 react 基础组件。 Open-Source Software
  • design-blocks - React implementation for Froala Design Blocks. Open-Source Software
  • DevUI - UI components based on React and DevUI Design. Open-Source Software
  • Evergreen - Evergreen React UI Framework by Segment. Open-Source Software
  • EBS Design System - A React-based UI toolkit for enterprise grade applications. Open-Source Software
  • Echo UI - A high-performance and out-of-the-box web audio API component library, build with React and TailwindCSS. Open-Source Software
  • Element React - A collection of essential UI components written with React. Open-Source Software
  • ExtReact - Use Ext JS components in React. Open-Source Software
  • Fannypack - A friendly, themeable, accessible React UI Kit built with Reakit. Open-Source Software
  • Foundation - Foundation as React components. Open-Source Software
  • Fyndiq UI - Library of reusable components for Fyndiq. Open-Source Software
  • Fluent UI Web - Fluent UI web represents a collection of utilities, React components, and web components for building web applications. Open-Source Software
  • Fusion Design - A configurable component library for web built on React. Open-Source Software
  • Elemental UI - A flexible and beautiful UI framework for React.js. Open-Source Software
  • Fluent UI React - A themable React component library. Open-Source Software
  • Garden - Garden React components based on garden css. Open-Source Software
  • Geist UI - Modern and minimalist React UI library. Open-Source Software
  • Gestalt - A set of React UI components that supports Pinterest’s design language. Open-Source Software
  • govuk-react - An implementation of the GOV.UK Design System in React using CSSinJS. Open-Source Software
  • Grommet - Focus on the essential experience. Open-Source Software
  • Hack Club Design System - A react UIKit with nijigen style. Open-Source Software
  • hana-ui - A react UIKit with nijigen style. Open-Source Software
  • HIUI This is a solution that is adequate for the fomulation and implementation of interaction and UI design standard for front, middle and backend. Open-Source Software
  • Instructure UI - A UI Component Library made by Instructure, Inc. Open-Source Software
  • ICE DISIGN - 海量可复用物料,通过 GUI 工具极速构建中后台应用. Open-Source Software
  • Klarna UI - Klarna's UI components library. Open-Source Software
  • KhanAcademy React - Klarna's UI components library. Open-Source Software
  • KDesign - An enterprise-class React UI components library. Open-Source Software
  • Kuma UI - A Headless, Utility-First, and Zero-Runtime UI Component Library. Open-Source Software
  • Lodgify - React components for building amazing websites with Lodgify. Open-Source Software
  • Material-UI - React components that implement Google's Material Design. Open-Source Software
  • Modul UI - Modul UI React components. Open-Source Software
  • MDBootstrap - React Bootstrap with Material Design. Open-Source Software
  • Mantine - React components library with native dark theme support. Open-Source Software
  • Magic UI - UI Library for Design Engineers. Open-Source Software
  • NextUI - Beautiful, fast and modern React UI library. Open-Source Software
  • Office UI Fabric - React components for building experiences for Office and Office 365. Open-Source Software
  • Orbit - Public repository of Orbit Components of Kiwi.com. Open-Source Software
  • oneui - Textkernel OneUI library of reusable UI components. Open-Source Software
  • Open UI - Textkernel OneUI library of reusable UI components. Open-Source Software
  • PatternFly React - A set of React components for the PatternFly project. Open-Source Software
  • Prismane - Prismane is an innovative have-it-all React UI library. Open-Source Software
  • Polaris React - Shopify’s product component library. Open-Source Software
  • Pivotal UI - Pivotal UI is a collection of React components that are styled for the Pivotal brand. Open-Source Software
  • Prime React - is a collection of rich UI components for React. Open-Source Software
  • Primer - Primer React components. Open-Source Software
  • Precise UI - React UI Component Library powered by ZEISS. Open-Source Software
  • rbx - The Comprehensive Bulma UI Framework for React. Open-Source Software
  • reactjs-components - A library of reusable React components. Open-Source Software
  • reactstrap - Simple React Bootstrap 4 components. Open-Source Software
  • Reakit - Toolkit for building really interactive UIs with React. Open-Source Software
  • React95 - A React components library with Win95 UI. Open-Source Software
  • RSUITE - A suite of React components . Open-Source Software
  • React Spectrum - A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences. From Adobe. Open-Source Software
  • Radix Primitives - An open-source UI component library for building high-quality, accessible design systems and web apps. Open-Source Software
  • React Material Web Components - A collection of JetBrains Web UI components. Open-Source Software
  • Ring UI - A collection of JetBrains Web UI components. Open-Source Software
  • React UI - React Components,base on bootstrap 4.0. Open-Source Software
  • React-Bootstrap - The most popular front-end framework, rebuilt for React. Open-Source Software
  • Restart UI - A set of full featured, extensible, and accessible UI components, designed to integrate into any styling framework or system. Open-Source Software
  • React Bootstrap - Simple React Bootstrap 4 components. Open-Source Software
  • React Desktop - React UI Components for macOS High Sierra and Windows 10. Open-Source Software
  • react-materialize - Material design for react, powered by materializecss. Open-Source Software
  • React-md - React Material Design - React components built with sass. Open-Source Software
  • React-Ionic - React Ionic: We are looking for a new maintainer! Open-Source Software
  • React Responsive UI - Responsive React UI components! Open-Source Software
  • React-WeUI - A collection of essential UI components written with React. Open-Source Software
  • React-UWP - React Components that Implement Microsoft's UWP Design & Fluent Design. Open-Source Software
  • React Toolbox - Is a set of React components that implement Google's Material Design specification. Open-Source Software
  • Reach UI - The Accessible Foundation for React Apps and Design Systems. Open-Source Software
  • Redition - A library of React UI components. Open-Source Software
  • Rebass - Functional React UI component library, built with styled-components . Open-Source Software
  • react-uikit-components - React UIkit Components for the UIKit CSS framework. Open-Source Software
  • Sancho UI - A themable React component library. Open-Source Software
  • Shineout - A components library for React. Open-Source Software
  • Semantic UI - The official Semantic-UI-React integration. Open-Source Software
  • Smooth UI - Modern React UI library. Code less, do more. Open-Source Software
  • Smart React Components - React UI Library for Styled Components. Open-Source Software
  • Super Dispatch UI - Web Design System. Open-Source Software
  • UXCore - A React UI Component Suites living for enterprise application. Open-Source Software
  • tinper-bee A component library based on the UI design language iUAP Design and React. Open-Source Software
  • Tenon-ui - Tenon accessible ui component library. Open-Source Software
  • Tremor - The React library to build dashboards fast.. Open-Source Software
  • Theme UI - Build consistent, themeable React apps based on constraint-based design principles. Open-Source Software
  • Tiny UI - A friendly UI component set for React.js Open-Source Software
  • Yoshino-UI - 一个基于react的可定制化的pc端组件库. Open-Source Software
  • Zent - A collection of essential UI components written with React. Open-Source Software
  • Zero-UI - An easy-to-use web UI component framework. Open-Source Software
  • Zarm Web - Web UI component framework. Open-Source Software
  • zhui - A Chinese style component library of react. Open-Source Software

Vue

Vue based component library.

  • Ant Design Vue - Carbon design for VueJS. Open-Source Software
  • at-ui - A fresh and flat UI-Kit specially for desktop application, made with ♥ by Vue.js 2.0. Open-Source Software
  • amaze-vue - UI Toolkit for Web, Vue2.0 .Open-Source Software
  • ATUI - A Vue.js 2.0 UI Toolkit for Web. Open-Source Software
  • Antue - A set of enterprise-class Vue UI components. Open-Source Software
  • bootstrap-vue - Implementation of bootstrap-4 grid and components for Vue.js 2. Open-Source Software
  • Buefy - Material Design UI library for Vuejs 2.0. Open-Source Software
  • BalmUI - Next Generation Material UI for Vue.js. Open-Source Software
  • Carvue.js - Carbon design for VueJS. Open-Source Software
  • Element - A Vue.js 2.0 UI Toolkit for Web. Open-Source Software
  • Element Plus - A Vue.js 3 UI library. Open-Source Software
  • fish-ui - A Vue.js 2.0 UI Toolkit for Web. Open-Source Software
  • Fighting Design - Fighting design can quickly build interactive interfaces in vue3 applications. Open-Source Software
  • gulu UI - 轱辘,面向源码阅读者的 UI 框架. Open-Source Software
  • HeyUI - UI Toolkit for Web, Vue2.0 . Open-Source Software
  • iView - A high quality UI Toolkit based on Vue.js. Open-Source Software
  • jsmod-pc-vue - high scalability && freedom vue ui components. Open-Source Software
  • Lew-UI - A beautiful component library based on vue3 Open-Source Software
  • muse-ui - Material Design UI library for Vuejs 2.0. Open-Source Software
  • Material Components Vue - Material Design components for Vue.js. Open-Source Software
  • N3-components Powerful Vue UI Library.Open-Source Software
  • Naive UI A Vue 3 Component Library. Fairly Complete. Customizable Themes. Uses Typescript. Open-Source Software
  • owl-ui - Mobile UI component library. Open-Source Software
  • PrimeVue - UI Components for Vue. Open-Source Software
  • Quasar Framework - Material Component Framework for Vue.js 2. Open-Source Software
  • Rubik UI - Material Design 风格的 Vue.js UI 组件库. Open-Source Software
  • Radix Vue - Vue port of Radix UI Primitives. Open-Source Software
  • Semantic UI Vue - Semantic UI Vue is the Vue integration for Semantic UI. Open-Source Software
  • UI - UI components for official Vue organization apps. Open-Source Software
  • Uiv - Is a Bootstrap 3 component library for Vue 2.. Open-Source Software
  • ui-vue-antd - Antd component library implemented with Vue. Open-Source Software
  • unocss-ui - A simple Vue3 component library based on Unocss Open-Source Software
  • vue-beauty - Beautiful UI components build with vue and ant design. Open-Source Software
  • VEUI - Enterprise UI for Vue.js. Open-Source Software
  • vue-antd - An enterprise-class UI components based on Ant Design 3.X and Vue. Open-Source Software
  • vue-material - Material design for Vue.js. Open-Source Software
  • vuesax - Vuesax Frontend Vue Components. Open-Source Software
  • vuetify - Material Component Framework for Vue.js 2. Open-Source Software
  • Vuikit - UIkit with all the power of Vue. Open-Source Software
  • vue-weui - WeUI Components with love of vue.js. Open-Source Software
  • vue-bulma-components - Translate Bulma css api to vue components. Open-Source Software
  • v-semantic - Integration of semantic-ui2 with vue.js2. Open-Source Software
  • vue-mdc-adapter - Material Components for VueJS. Open-Source Software
  • vuecidity - UI component framework for Vue.js 2.0. Open-Source Software
  • Vuestic UI - Free and Open Source UI Library for Vue 3. Open-Source Software
  • vx-ui - vue components. Open-Source Software
  • zircleUI - A circular zooming UI library. Open-Source Software
  • xy-ui - 面向未来的原生 web components UI组件库。 Open-Source Software
  • zeit - Vue implementation for Zeit Style. Open-Source Software

Angular

Angular based component library.

  • Alyle UI - Minimal Design, a set of components for Angular. Open-Source Software
  • Alauda UI - Internal Angular UI framework for Alauda Frontend Team. Open-Source Software
  • Element Angular - Element Design components built on top of Angular 2 Open-Source Software
  • fuel-ui - Bootstrap 4 components and directives for use in Angular 2 Open-Source Software
  • Material - Material Design components for Angular Open-Source Software
  • ngOfficeUIFabric - A community-driven project that simplifies implementing Fabric in Angular-based apps Open-Source Software
  • NG-ZORRO - Ant Design of Angular Open-Source Software
  • ng2-bootstrap - Native Angular2 Bootstrap 3&4 components Open-Source Software
  • ng-lightning - Native Angular 2 components & directives for Lightning Design System Open-Source Software
  • ngSemantic - UI components based on Semantic UI Open-Source Software
  • ngx-ui - Style and Component Library for Angular2 and beyond! Open-Source Software
  • ng-devui - DevUI components based on Angular! Open-Source Software
  • ng-bootstrap - Angular 4 directives for Bootstrap 4 by the ui-bootstrap team Open-Source Software
  • prime-ng - Collection of rich UI components for Angular 2 Open-Source Software
  • Teradata covalent - UI Platform built on @angular/material 2.0 Open-Source Software
  • telerik-angular - Kendo UI for Angular. Open-Source Software
  • vmware clarity - Mostly a CSS only framework but some components are ported to Angular 2 Open-Source Software

Tailwind

  • tailwindcss - A utility-first CSS framework for rapid UI development. Open-Source Software
  • shadcn/ui - Beautifully designed components built with Radix UI and Tailwind CSS. Open-Source Software
  • Vechai UI - A set of high-quality accessible React UI components with the built-in dark mode using Tailwind CSS. Open-Source Software
  • DaisyUI - Adds component classes like btn, card and more to Tailwind CSS. Open-Source Software
  • Equal UI - Equal UI is a Vue 3 UI library empowered by Tailwindcss. Open-Source Software
  • Float UI Beautiful and responsive UI components and templates for React and Vue (soon) with Tailwind CSS. Open-Source Software
  • Flowbite Flowbite React is an open-source UI component library built on top of Tailwind CSS with React components and based on the Flowbite Design System. Open-Source Software
  • gitlab-ui - GitLab UI is a UI component library that implements Pajamas, our design system. Open-Source Software
  • Headless UI - Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS. Open-Source Software
  • LangUI - UI for your AI. Open Source Tailwind components tailored for your GPT, generative AI, and LLM projects. Open-Source Software
  • Sailboat UI - Sailboat UI is a modern UI component library for Tailwind CSS. Open-Source Software
  • Tailwind-Elements - 𝙃𝙪𝙜𝙚 collection of Tailwind components, sections and templates Open-Source Software
  • Konsta UI Mobile UI components made with Tailwind CSS Open-Source Software
  • Keep React Keep React is an open-source component library built on Tailwind CSS and React.js Open-Source Software

San

San is a flexible JavaScript component framework

  • san-mui - A Set of SAN Components that Implement Google's Material Design Open-Source Software

Mithril

  • Construct-UI - A Mithril.js UI library. Open-Source Software
  • polythene - Material Design component library for Mithril and React Open-Source Software

Svelte

  • Bits UI - The headless components for Svelte. Open-Source Software
  • ikun-ui - A Svelte.js based UnoCSS UI library that allows you to make websites Open-Source Software
  • Melt UI - A set of headless, accessible component builders for Svelte. Open-Source Software

WebCell

WebCell is a Web Components engine based on JSX & TypeScript

  • BootCell - Web Components UI library based on WebCell v3 & BootStrap v5 Open-Source Software

All In

Support React, Angular and Vue

  • Ark UI - A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks Open-Source Software
  • Handsontable - JavaScript/HTML5 Data Grid Component with Spreadsheet Look & Feel Open-Source Software
  • MUI - Lightweight CSS framework Open-Source Software
  • Onsen UI - Mobile app development framework and SDK using HTML5 and JavaScript. Open-Source Software
  • Park UI - Beautifully designed components built on Ark UI that work for the JS and CSS frameworks of your choice. Open-Source Software
  • KPC - A UI components library for Intact, Vue, React and Angular. Open-Source Software
  • storybook - Interactive UI component dev & test: React, React Native, Vue, Angular Open-Source Software
  • Zag - Finite state machines for accessible JavaScript components. Open-Source Software

Tradition

  • Bootstrap - Create beautiful apps with modular and customizable UI components. Open-Source Software
  • Bulma - is a free and open source CSS framework based on Flexbox. Open-Source Software
  • Pico.css - Minimal CSS Framework for semantic HTML. Open-Source Software
  • bootflat - BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.3.0 CSS framework. Open-Source Software
  • design-system - Salesforce Lightning Design System. Open-Source Software
  • DXY-UI - DXY-UI是一套适用于桌面端的前端UI库,不包含任何JS,仅仅关注样式。 Open-Source Software
  • LuLu - LuLu UI for PC web. Open-Source Software
  • Layui - 一款采用自身模块规范编写的情怀型前端UI框架. Open-Source Software
  • Lit - A ridiculously small responsive css framework. Open-Source Software
  • Material - Create beautiful apps with modular and customizable UI components. Open-Source Software
  • Metro 4 - Build responsive, mobile-first projects on the web with the first front-end component library in Metro Style. Open-Source Software
  • MDUI - 一套用于开发 Material Design 网页的前端框架。 Open-Source Software
  • Mustard UI - A starter CSS framework that actually looks good. Open-Source Software
  • moye - A Simple UI Library for ZX. Open-Source Software
  • NES.css - NES.css is NES-style (8bit-like) CSS Framework. Open-Source Software
  • Pure.css - A set of small, responsive CSS modules that you can use in every web project. Open-Source Software
  • photon - The fastest way to build beautiful Electron apps using simple HTML and CSS. Open-Source Software
  • PaperCSS - The less formal CSS framework, with a quick and easy integration. Open-Source Software
  • rui - 一个基于 Bootstrap 深度定制开源前端实践方案,帮助你快速构建现代跨屏应用。. Open-Source Software
  • Shoelace - A collection of professionally designed, every day UI components built on a framework-agnostic technology. Open-Source Software
  • spectre - A Lightweight, Responsive and Modern CSS Framework. Open-Source Software
  • SUI - A framework based on the development of Framework7 UI library. Open-Source Software
  • SuperUI - 让体验变得如此完美,开发变得如此简单。 Open-Source Software
  • svelte-spectre - A Spectre kit for Svelte framework. Open-Source Software
  • Tabler - is free and open-source HTML Dashboard UI Kit built on Bootstrap 4. Open-Source Software
  • UIkit - A lightweight and modular front-end framework for developing fast and powerful web interfaces. Open-Source Software
  • weui - tailor-made for WeChat web service. Open-Source Software
  • ZUI - 一个基于 Bootstrap 深度定制开源前端实践方案,帮助你快速构建现代跨屏应用。. Open-Source Software

Mobile UI Components

React

  • Auto-UI - Auto UI Web Components for mobile devices based on React. Open-Source Software
  • Annar - 优雅、简洁的 Remax 组件库. Open-Source Software
  • mazeui-touch - Web Components for mobile devices based on React. Open-Source Software
  • nowui - A React.js UI Toolkit for Web. Open-Source Software
  • VKUI - React components that can be used to create interfaces that look indistinguishable from our iOS and Android apps. Open-Source Software
  • Yo - Lightweight, easy-to-use, configurable, and extensible mobile front-end development framework.. Open-Source Software
  • yep-react - yep react UI component. Open-Source Software
  • Zarm - 基于 React、React-Native 的移动端UI组件库 Open-Source Software

React Native

Components for React Native applications

  • Ant Design Mobile - Ant Design for React Native. Open-Source Software
  • blankapp/ui - Highly customizable and theming components for React Native. Open-Source Software
  • carbon-native - Essential cross-platform UI components for React Native. Open-Source Software
  • kittenTricks - A react native mobile starter kit with over 40 screens and theme hot reload support. Open-Source Software
  • mCloud-Design-Mobile - mCloud Design Mobile for React Native. Open-Source Software
  • NativeBase - Essential cross-platform UI components for React Native. Open-Source Software
  • Nachos UI - Nachos UI is a React Native component library. Open-Source Software
  • Paper - Material design for React Native. Open-Source Software
  • panza - react-native stateless functional UI components to get you up and running quickly. Open-Source Software
  • Rax - A universal React-compatible render engine. Open-Source Software
  • react-native-ui-lib - UI Components Library for React Native. Open-Source Software
  • react-native-ui-kitten - Customizable and reusable react-native component kit. Open-Source Software
  • react-native-elements - Customizable and reusable react-native component kit. Open-Source Software
  • react-native-uiw - UIW for React Native. Open-Source Software
  • react-native-material-design - React Native UI Components for Material Design. Open-Source Software
  • rnx-ui - A UI Lib for React Native. Open-Source Software
  • react-uikit - React and React Native components which implement Cards' Binary Design. Open-Source Software
  • Tamagui - Universal UI kit and style system for React Native + Web. Open-Source Software
  • teaset - A UI library for react native, provides 20+ pure JS(ES6) components. Open-Source Software
  • Shoutem UI - Customizable set of components for React Native applications. Open-Source Software
  • SaltUI - SaltUI is a set of React UI components cooperated with DingTalk. Open-Source Software
  • 小暑 xiǎo shǔ - React Native UI library. Open-Source Software

Vue

  • cube-ui - A fantastic mobile ui lib implement by Vue.js. Open-Source Software
  • nutui A Vue.js 2.0 UI Toolkit for Mobile Web.Open-Source Software
  • ml-ui - A personal 基于 Vue 2.0 的 Mobile 组件库 ml-ui. Open-Source Software
  • Mand Mobile - A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios.. Open-Source Software
  • Mint UI - A personal Vue UI component library for Mobile. Open-Source Software
  • Varlet - Material design mobile component library for Vue3. Open-Source Software
  • Vue Carbon - Mobile UI Components Library based on Vue 2.0 at Weidian. Open-Source Software
  • vux - Mobile UI Components based on Vue & WeUI. Open-Source Software
  • Vusion - Vusion UI. Open-Source Software
  • Vant - A Vue.js 2.0 Mobile UI at YouZan. Open-Source Software
  • vue-ydui - A mobile components Library with Vue2.js. Open-Source Software
  • WDUI - Mobile UI Components Library based on Vue 2.0 at Weidian. Open-Source Software
  • x-vui - A personal Vue UI component library for Mobile. Open-Source Software

Wechat

  • iview-weapp - 一套高质量的微信小程序 UI 组件库。Open-Source Software
  • kai-ui - 高颜值组件库,简单易用,同时支持原生和wepy框架。Open-Source Software
  • taro-ui - 一款基于 Taro 框架开发的多端 UI 组件库。Open-Source Software
  • wa-ui - 针对微信小程序整合的一套UI库。Open-Source Software
  • weui-wxss - WeUI for 小程序。 Open-Source Software
  • weui-miniprogram - 小程序WeUI组件库。 Open-Source Software
  • Wuss Weapp - 一款高质量,组件齐全,高自定义的微信小程序 UI 组件库。 Open-Source Software
  • wx-charts - 微信小程序图表charts组件,Charts for WeChat small app。Open-Source Software
  • wemark - 微信小程序Markdown渲染库。Open-Source Software
  • vant-weapp - 高颜值、好用、易扩展的微信小程序 UI 库,Powered by 有赞。 Open-Source Software
  • zanui-weapp - 高颜值、好用、易扩展的微信小程序 UI 库,Powered by 有赞。 Open-Source Software

Tradition

  • AUI - 移动端UI快速布局解决方案,一个靠谱的高性能移动前端框架。 Open-Source Software
  • FrozenUI - FrozenUI的CSS组件库,基于腾讯手Q样式规范,腾讯QXD出品。 Open-Source Software
  • weui.js - A lightweight javascript library for WeUI. Open-Source Software

Admin Template

React

Vue

  • avue - 一个类似easyui那种去写vue的方案支持SSR(服务端渲染)和SPA(单例页面)。 Open-Source Software
  • CoPilot - Responsive Bootstrap 3 Admin Template based on AdminLTE with vue.js. Open-Source Software
  • D2 Admin - An elegant dashboard. Open-Source Software
  • Element UI Pro - Vue 版 Ant Design Pro(基于 Element-ui 实现)。Open-Source Software
  • Flow-UI - Flow-UI is a highly customizable UI framework based Seajs/jQuery. Open-Source Software
  • iview-admin - Vue 2.0 admin management system template based on iView. Open-Source Software
  • Keen-UI - A lightweight collection of essential UI components written with Vue and inspired by Material Design. Open-Source Software
  • Materio-Free-Vuetify-Vuejs-Admin-Template - It is the latest most developer-friendly :the_horns::skin-tone-2: & highly customizable:sparkles: Admin Dashboard Template based on Vuetify and Vuejs. Open-Source Software
  • renren-fast-vue - 基于vue、element-ui构建开发,实现renren-fast后台管理前端功能,提供一套更优的前端解决方案。 Open-Source Software
  • vue-element-admin - vue2.0 admin / a management system template. Open-Source Software
  • vue-admin - Vue Admin Panel Framework, Powered by Vue 2.0 and Bulma 0.3. Open-Source Software
  • vue-admin - admin template based on vuejs2 and element. Open-Source Software
  • vuestic-admin - Vue.js admin dashboard Open-Source Software
  • vue-framework-wz - This project is a background management framework, integrated rights management, login function, industrial UI components, node-cli and other functions, it is recommended to use. Open-Source Software
  • vue-quasar-admin-example - Example of quasar admin. Open-Source Software
  • Vue TSX Admin - About a modern Vue Admin. It is based on Vue3 and TSX,It's flexible. Open-Source Software
  • vue2-element-touzi-admin - 基于vue2.0 +vuex+ element-ui后台管理系统。 Open-Source Software
  • vue-antd-pro - Use Ant Design Vue like a Pro! Open-Source Software
  • vue-admin-next - Professional enterprise application with Multi-Module Design, Vue Composition API and Friendly User Interface. Online Demo Open-Source Software
  • CoreUI Free Vue Admin & Dashboard Template - Free Admin Panel Template for Vue.js. Open-Source Software
  • Sneat-Free-Vuetify-Vuejs-Admin-Template - Most developer-friendly & highly customizable Opensource & Free VueJS Admin Dashboard Template. Open-Source Software
  • Vue Admin Templates Collection - Amazing Collection of Vue Admin Templates by WrapPixel Team. Open-Source Software
  • Amazing Vue Admin Templates - A Collection of Vue Admin Templates by AdminMart Team. Open-Source Software

Angular

Other

  • AdminLTE - AdminLTE - Free Premium Admin control Panel Theme Based On Bootstrap 3.x. Open-Source Software
  • ace - Metis - Free Bootstrap Admin Dashboard Template. Open-Source Software
  • Bootstrap-Admin-Template - Metis - Free Bootstrap Admin Dashboard Template. Open-Source Software
  • Bootstrap-Admin-Theme - A generic admin theme built with Bootstrap free for both personal and commercial use. Open-Source Software
  • Dashboard - Dashboard Template for Bootstrap. Open-Source Software
  • dva-admin - dva admin antd dashboard . Open-Source Software
  • flakes - Flakes is an Admin Template Framework. A combination of CSS Libraries, JavaScript Libraries and Design files that help you build business tools very quickly. Open-Source Software
  • gentelella - Free Bootstrap 3 Admin Template. Open-Source Software
  • lumber - The Admin Interface Framework. Open-Source Software
  • Light Admin - Light Admin is a lightweight Bootstrap 3 admin panel template. Open-Source Software
  • Layuimini - 后台 admin 前端模板,基于 layui 编写的最简洁、易用的后台框架模板。 Open-Source Software
  • modular-admin-html - The Admin Interface Framework. Open-Source Software
  • startbootstrap-sb-admin-2 - A free, open source, Bootstrap admin theme created by Start Bootstrap. Open-Source Software
  • Vali Admin - Vali is a free, modular and easy to customize admin theme built using Bootstrap, SASS and Pug.js. Open-Source Software
  • Sneat Free Bootstrap HTML Admin Template - Open-source & Easy to use Free Bootstrap 5 HTML Admin Template with Elegant Design & Unique Layout. Open-Source Software
  • Bootstrap Admin Templates Collection - Amazing Collection of Bootstrap Admin Templates by WrapPixel Team. Open-Source Software
  • Amazing Bootstrap Admin Templates - A Collection of Bootstrap Admin Templates by AdminMart Team. Open-Source Software

Tools

CheatSheet

  • Bootstrap CheatSheet - An interactive list of Bootstrap classes, variables, and mixins. The only Bootstrap CheatSheet you will ever need. Open-Source Software

Contributors

As always, thanks to our amazing contributors!

Made with github-action-contributors.

License

Licensed under the MIT License.