https://github.com/velopert/velo-ui
https://github.com/velopert/velo-ui
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/velopert/velo-ui
- Owner: velopert
- Created: 2022-01-23T07:50:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T15:25:40.000Z (about 4 years ago)
- Last Synced: 2025-03-01T01:32:06.961Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://velo-ui.pages.dev/
- Size: 552 KB
- Stars: 31
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Velo UI
Velo UI is yet another design system built with React. It provides ready-to-use components that you can easily use in your web application.
This project aims to achieve these three major objectives:
- Should provide most of the common components for building a web service.
- Should be able to support dark theme without any hassle.
- Should be easily customizable.
> This project is work in progress. Feel free to contribute or request new features.
## Installation
```bash
$ yarn add @emotion/react velo-ui
```