Geist

Geist

A design system for building modern websites and applications.
GitHub
4.06k
Created 4 years ago, last commit 7 months ago
62 contributors
959 commits
Stars added on GitHub, month by month
11
12
1
2
3
4
5
6
7
8
9
10
2022
2023
Stars added on GitHub, per day, on average
Yesterday
=
Last week
+0.6 /day
Last month
+1.2 /day
Last 12 months
+1.7 /day
Package on NPM
Monthly downloads on NPM
11
12
1
2
3
4
5
6
7
8
9
10
2022
2023
README

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