Popularity
8.2
Declining
Activity
1.8
-
4,173
24
327

Monthly Downloads: 0
Programming language: TypeScript
License: MIT License
Tags: UI Frameworks     Responsive    
Latest version: v2.1.0-canary.2

zeit-ui-react alternatives and similar libraries

Based on the "Responsive" category.
Alternatively, view zeit-ui-react alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of zeit-ui-react or a related project?

Add another 'Responsive' Library

README

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](./LICENSE)


*Note that all licence references and agreements mentioned in the zeit-ui-react README section above are relevant to that project's source code only.