Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geist-org/geist-ui
A design system for building modern websites and applications.
https://github.com/geist-org/geist-ui
design-system design-systems geist geist-ui hacktoberfest react react-components
Last synced: 4 days ago
JSON representation
A design system for building modern websites and applications.
- Host: GitHub
- URL: https://github.com/geist-org/geist-ui
- Owner: geist-org
- License: mit
- Created: 2020-03-18T17:14:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T07:18:46.000Z (5 months ago)
- Last Synced: 2024-10-29T15:03:46.179Z (about 1 month ago)
- Topics: design-system, design-systems, geist, geist-ui, hacktoberfest, react, react-components
- Language: TypeScript
- Homepage: https://geist-ui.dev
- Size: 5.97 MB
- Stars: 4,340
- Watchers: 25
- Forks: 334
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-luooooob - geist-org/geist-ui - A design system for building modern websites and applications. (TypeScript)
- awesome-react-components - geist-ui - Modern and minimalist React UI library. (UI Frameworks / Responsive)
- fucking-awesome-react-components - geist-ui - Modern and minimalist React UI library. (UI Frameworks / Responsive)
- awesome - geist-org/geist-ui - A design system for building modern websites and applications. (TypeScript)
README
> Modern and minimalist React UI library, originating from Vercel's design.
> **NOTE: This is a COMMUNITY PROJECT, [not associated with Vercel](https://github.com/geist-org/geist-ui/issues/635).**
## Quick Start
1. run `yarn add @geist-ui/core` or `npm i @geist-ui/core` install it.
2. import into project:
```jsx
import { GeistProvider, CssBaseline } from '@geist-ui/core'const Application = () => (
// ---> Normalize styles
// ---> Your App Component
)
```## Documentation
- [Document Site](https://geist-ui.dev)
- [中文文档](https://geist-ui.dev/zh-cn)## Development
- [Contributing Guide](https://github.com/geist-org/geist-ui/blob/master/.github/CONTRIBUTING.md)
## Showcases
- [Secret](https://secret.gl/)
- [Article view count](https://views-docs.unix.bio/)
- [Tree viewer for CDN](https://cdn.unix.bio/)
- [Better social image](https://img.unix.bio/)
- [SentiNEO: Near-Earth Objects Viewer](https://sentineo.app)
- [Dashboard Design](https://github.com/ofekashery/react-dashboard-design)
- [Regex-Vis: Regex visualizer & editor](https://github.com/Bowen7/regex-vis)
- [Add here](https://github.com/geist-org/geist-ui/issues/new)## LICENSE
[MIT](./LICENSE)