2.3.8 • Published 2 years ago

@geist-ui/core v2.3.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

2.3.8

2 years ago

2.3.7

2 years ago

2.3.6

2 years ago

2.3.6-dev.0

2 years ago

2.3.5

2 years ago

2.3.4

2 years ago

2.3.3

2 years ago

2.3.2

2 years ago

2.3.2-dev.1

2 years ago

2.3.2-dev.0

2 years ago

2.3.1

2 years ago

2.3.0

2 years ago

2.3.0-rc.2

2 years ago

2.3.0-rc.1

2 years ago

2.3.0-rc.0

2 years ago

2.2.5

2 years ago

2.2.4-dev.3

2 years ago

2.2.4

2 years ago

2.2.4-dev.2

2 years ago

2.2.4-dev.1

2 years ago

2.2.4-dev.0

2 years ago

2.2.3

2 years ago