geist-org / geist-ui

A design system for building modern websites and applications.

Home Page:https://geist-ui.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/core or npm i @geist-ui/core install it.

  2. import into project:

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

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

Documentation

Development

Showcases

LICENSE

MIT

About

A design system for building modern websites and applications.

https://geist-ui.dev

License:MIT License


Languages

Language:TypeScript 93.4%Language:JavaScript 6.6%