Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opensass/select-rs
🔽 A highly customizable select group component for WASM frameworks.
https://github.com/opensass/select-rs
css dioxus html leptos rust select tailwind tailwindcss wasm yew
Last synced: 19 days ago
JSON representation
🔽 A highly customizable select group component for WASM frameworks.
- Host: GitHub
- URL: https://github.com/opensass/select-rs
- Owner: opensass
- License: mit
- Created: 2024-12-26T11:33:37.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-26T12:57:32.000Z (about 1 month ago)
- Last Synced: 2024-12-26T13:11:31.320Z (about 1 month ago)
- Topics: css, dioxus, html, leptos, rust, select, tailwind, tailwindcss, wasm, yew
- Language: Rust
- Homepage: https://select-rs.netlify.app
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔽 Select RS
[![Crates.io](https://img.shields.io/crates/v/selectrs)](https://crates.io/crates/selectrs)
[![Crates.io Downloads](https://img.shields.io/crates/d/selectrs)](https://crates.io/crates/selectrs)
![Crates.io License](https://img.shields.io/crates/l/selectrs)
[![made-with-rust](https://img.shields.io/badge/Made%20with-Rust-1f425f.svg?logo=rust&logoColor=white)](https://www.rust-lang.org/)
[![Rust](https://img.shields.io/badge/Rust-1.79%2B-blue.svg)](https://www.rust-lang.org)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/wiseaidev)[![Join our Discord](https://dcbadge.limes.pink/api/server/b5JbvHW5nv)](https://discord.gg/b5JbvHW5nv)
![logo](https://raw.githubusercontent.com/opensass/select-rs/refs/heads/main/assets/logo.webp)
## 🎬 Demo
![select-rs-demo](https://raw.githubusercontent.com/opensass/select-rs/refs/heads/main/assets/demo.gif)
| Framework | Live Demo |
| --- | --- |
| Yew | [![Netlify Status](https://api.netlify.com/api/v1/badges/b2f7d257-599e-4eab-a6c6-7ff655f3caf4/deploy-status)](https://select-rs.netlify.app) |
| Dioxus | TODO |
| Leptos | TODO |## 📜 Intro
Select RS is a highly customizable `select` dropdown component for Wasm-based frameworks like **Yew**, **Dioxus**, and **Leptos**. It supports both single and multiple selections, and offers extensive customization options for styling, interaction, and behavior.
## 🤔 Why Use Select RS?
The following are some reasons why you should consider using Select RS in your WASM-based projects:
1. **🎨 Custom Styling**: Style your select dropdown with custom classes, inline styles, and more to fit your design needs.
1. **⚡ Callbacks**: Handle user selection with efficient callbacks to manage state changes dynamically.
1. **📱 Multiple Selections**: Supports single or multiple selection modes with visual enhancements such as selected chips that can be removed.
1. **🔍 Accessibility**: Ensures accessibility with built-in support for required fields, autocomplete, and focus handling.
1. **💡 Customizable Placeholders**: Easily configure placeholder text for a better user experience.## Yew Usage
Refer to [our guide](https://github.com/opensass/select-rs/blob/main/YEW.md) to integrate this component into your Yew app.
## 🧬 Dioxus Usage (TODO)
Refer to [our guide](DIOXUS.md) to integrate this component into your Dioxus app.
## 🌱 Leptos Usage (TODO)
Refer to [our guide](LEPTOS.md) to integrate this component into your Leptos app.
## 🤝 Contributions
Contributions are welcome! Whether it's bug fixes, feature requests, or examples, we would love your help to improve Select RS.
1. Fork the repository.
1. Create a new branch for your feature/bugfix.
1. Submit a pull request for review.## 📜 License
Select RS is licensed under the [MIT License](LICENSE). You are free to use, modify, and distribute this library in your projects.