2.4.19 • Published 2 years ago

sparkl-ui v2.4.19

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.4.18

2 years ago

2.4.17

2 years ago

2.4.19

2 years ago

2.4.16

2 years ago

2.4.7

2 years ago

2.4.6

2 years ago

2.4.9

2 years ago

2.4.8

2 years ago

2.4.14

2 years ago

2.4.13

2 years ago

2.4.5

2 years ago

2.4.15

2 years ago

2.4.4

2 years ago

2.4.10

2 years ago

2.4.12

2 years ago

2.4.11

2 years ago

2.4.3

2 years ago

2.4.2

2 years ago

2.4.1

2 years ago

2.4.0

2 years ago

2.3.9

2 years ago

2.3.8

2 years ago