All Projects → geist-org → React

geist-org / React

Licence: mit
Modern and minimalist React UI library.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React

shared-react-components-example
An example of a mono-repository of shared React components libraries!
Stars: ✭ 85 (-96.66%)
Mutual labels:  design-systems, react-components, design-system
moon-design
Moon Design System for React
Stars: ✭ 209 (-91.79%)
Mutual labels:  design-systems, react-components, design-system
Daisyui
⭐️ ⭐️ ⭐️ ⭐️ ⭐️  Tailwind Components
Stars: ✭ 382 (-85%)
Mutual labels:  design-system, design-systems
Community Group
This is the official DTCG repository for the design tokens specification.
Stars: ✭ 480 (-81.15%)
Mutual labels:  design-system, design-systems
Circuit Ui
SumUp's component library for the web
Stars: ✭ 625 (-75.45%)
Mutual labels:  design-system, react-components
Sancho
Responsive and accessible React UI components built with Typescript
Stars: ✭ 365 (-85.66%)
Mutual labels:  design-system, react-components
Hiui
HIUI is a solution that is adequate for the fomulation and implementation of interaction and UI design standard for front, middle and backend.
Stars: ✭ 366 (-85.62%)
Mutual labels:  design-system, react-components
Design System
Priceline.com Design System
Stars: ✭ 604 (-76.28%)
Mutual labels:  design-system, design-systems
Welcome Ui
Customizable design system of @wttj with react • styled-components • styled-system • reakit
Stars: ✭ 256 (-89.95%)
Mutual labels:  design-system, design-systems
Axiom React
Axiom - Brandwatch design system and React pattern library
Stars: ✭ 41 (-98.39%)
Mutual labels:  design-system, react-components
Baseweb
A React Component library implementing the Base design language
Stars: ✭ 7,213 (+183.31%)
Mutual labels:  react-components, design-systems
Matchbox
🔥 A react UI component library
Stars: ✭ 58 (-97.72%)
Mutual labels:  design-system, react-components
Rimble Ui
React components that implement Rimble's Design System.
Stars: ✭ 357 (-85.98%)
Mutual labels:  react-components, design-systems
Awesome Design Tokens
A list of resources on all things to do with Design Tokens
Stars: ✭ 338 (-86.72%)
Mutual labels:  design-system, design-systems
Css
The CSS design system that powers GitHub
Stars: ✭ 10,670 (+319.09%)
Mutual labels:  design-system, design-systems
Prism
Gett's Design System code generator. Use Zeplin Styleguides as your R&D's Single Source of Truth.
Stars: ✭ 308 (-87.9%)
Mutual labels:  design-system, design-systems
React Spectrum
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
Stars: ✭ 5,876 (+130.79%)
Mutual labels:  react-components, design-systems
Neumorphic Ui
📚 A library of components based on the concept of neumorphism
Stars: ✭ 82 (-96.78%)
Mutual labels:  react-components, design-systems
design-system
A resource for creating user interfaces based on brand, UX, and dev principles
Stars: ✭ 17 (-99.33%)
Mutual labels:  react-components, design-system
Operational Ui
Building blocks for effective operational interfaces
Stars: ✭ 258 (-89.87%)
Mutual labels:  design-system, react-components

Codecov CircleCI npm (scoped)

Modern and minimalist React UI library, originating from Vercel's design.

NOTE: This is a COMMUNITY PROJECT, not associated with Vercel.


Quick Start

  1. run yarn add @geist-ui/react or npm i @geist-ui/react install it.

  2. import into project:

import { GeistProvider, CssBaseline } from '@geist-ui/react'

const Application = () => (
  <GeistProvider>
    <CssBaseline /> // ---> Normalize styles
    <AppComponent /> // ---> Your App Component
  </GeistProvider>
)

Documentation


Development


Showcases


LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].