Popularity
6.9
Growing
Activity
9.0
Declining
1,521
19
129
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.
-
semantic-ui-react
The official Semantic-UI-React integration. -
office-ui-fabric-react
React components for building Microsoft web experiences. (π€ But I'm not sure I want a "MSFT experience?") -
searchkit
React UI components / widgets. The easiest way to build a great search experience with Elasticsearch. -
primereact
A complete UI Framework with 50+ components featuring material, bootstrap and custom themes. -
pivotal-ui-react
React components based on a custom version of the Bootstrap library. -
orbit-components
Components for building travel oriented projects. -
react-foundation-apps
Foundation Apps components built with React. -
atomize-by-quarkly
Library for creating atomic react components Inspired by Tachyons and Styled-system -
insites-ui
Modern, opinionated, minimal, yet powerful React components library, powered by Styled Components. -
react-uikit-components
React UIkit Components for the UIKit CSS framework. -
Autocomplete
Accessible autocomplete, combobox, multiselect component for React. -
atlaskit
Atlassian's official UI library. (Please... no more Jira though π)
Get performance insights in less than 4 minutes
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
Do you think we are missing an alternative of zeit-ui-react or a related project?
README
Modern and minimalist React UI library, originating from Vercel's design.
Quick Start
run
yarn add @geist-ui/react
ornpm i @geist-ui/react
install it.import into project:
import { GeistProvider, CssBaseline } from '@geist-ui/react'
const Application = () => (
<GeistProvider>
<CssBaseline /> // ---> Normalize styles
<AppComponent /> // ---> Your App Component
</GeistProvider>
)
Documentation
Development
Showcases
- Article view count
- Tree viewer for CDN
- Better social image
- SentiNEO: Near-Earth Objects Viewer
- Add here
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.