Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foxy4096/ripleddui
UI Components used in Ripledd
https://github.com/foxy4096/ripleddui
Last synced: 25 days ago
JSON representation
UI Components used in Ripledd
- Host: GitHub
- URL: https://github.com/foxy4096/ripleddui
- Owner: foxy4096
- Created: 2024-01-07T14:16:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-23T12:59:44.000Z (9 months ago)
- Last Synced: 2024-02-23T13:46:11.928Z (9 months ago)
- Language: JavaScript
- Homepage: https://ripledd-ui.vercel.app
- Size: 553 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ripledd UI
Ripledd UI is a set of React components designed for use in Ripledd.v2 projects. It leverages the power of [React](https://react.dev), [Vite](https://vitejs.dev), and [Chakra UI](https://chakra-ui.com) to deliver a seamless and visually appealing user interface.
## Packages Used
- [React](https://react.dev): A popular JavaScript library for building user interfaces.
- [Vite](https://vitejs.dev): A fast, opinionated web dev build tool that serves your code via native ES Module imports during development.
- [Chakra UI](https://chakra-ui.com): A simple, modular, and accessible component library that provides building blocks for crafting stunning React applications.## How to Use
### Installation
Make sure you have [Node.js](https://nodejs.org/) installed.
```bash
npm i
```### Run the Vite Server
Start the development server to preview your components.
```bash
npm run start
```This will launch a local development server where you can view and interact with your Ripledd UI components in real-time.
## Screenshot
![Ripledd Component UI](/public/RipleddUIPage.jpeg)