2.3.8 • Published 1 year ago

geistui-tree-nosort v2.3.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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