Skip to content

基于react的select组件,支持单选多选,持续补充中。力求源码比antd简单易懂,但和他一样好用。

Notifications You must be signed in to change notification settings

qtencent7/react-select-x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Select X

简体中文

A modern, customizable React Select component with Tailwind CSS styling.

Project Structure

This is a monorepo managed with pnpm workspaces containing:

  • packages/core: The main React Select component
  • packages/playground: A development environment for testing the component

Getting Started

Prerequisites

  • Node.js (v16 or higher)
  • pnpm (v8 or higher)

Installation

  1. Install dependencies:
pnpm install
  1. Start development:
pnpm dev

Development

  • Run pnpm dev to start the development environment
  • Run pnpm build to build all packages
  • Run pnpm lint to lint all packages

License

MIT

About

基于react的select组件,支持单选多选,持续补充中。力求源码比antd简单易懂,但和他一样好用。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published