A design system for building modern websites and applications.
AI summary will be generated soon. Check back later for an in-depth analysis of this project.
Not enough data yet. Star history will appear after a few days of tracking.
ant-design
An enterprise-class UI design language and React UI library
vuetifyjs
🐉 Vue Component Framework
saadeghi
🌼 🌼 🌼 🌼 🌼 The most popular, free and open-source Tailwind CSS component library
chakra-ui
Chakra UI is a component system for building SaaS products with speed ⚡️
DavidHDev
An open source collection of animated, interactive & fully customizable React components for building memorable websites.
element-plus
🎉 A Vue.js 3 UI Library made by Element team
Modern and minimalist React UI library, originating from Vercel's design.
NOTE: This is a COMMUNITY PROJECT, not associated with Vercel.
run yarn add @geist-ui/core or npm i @geist-ui/core install it.
yarn add @geist-ui/core
npm i @geist-ui/core
import into project:
import { GeistProvider, CssBaseline } from '@geist-ui/core' const Application = () => ( <GeistProvider> <CssBaseline /> // ---> Normalize styles <AppComponent /> // ---> Your App Component </GeistProvider>