npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

react-select-light

v0.0.5

Published

A highly composable & reusable select component in react

Downloads

11

Readme

React Select Light

A highly composable & reusable select components for react projects

Features

This package setup will include following features.

  • Single-select
  • Multi-select
  • Searchable
  • Clearable
  • Disabled (whole box or single options)
  • Creatable in single- and multi-select
  • 100% typescript

Installation & Usage

Prerequisites

  • node >=18.4.0
  • npm >=9.x.x

Installation

To start using React Select Light, install it to your project as a dependency via

npm install react-select-light
yarn add react-select-light

then import it and add your tree structure with

import { Select } from 'react-select-light';

<Select
  options={options}
  displayValue='label'
  isMulti
  isObject
/>;

More details at the Get-Started Guide.

Hints for contributing

Built With

Vitest React

Dev Dependencies

| Package | Description | | ---------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Typescript | TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. | | tsup | The simplest and fastest way to bundle your TypeScript libraries. Used to bundle package as ESM and CJS modules. Supports TypeScript, Code Splitting, PostCSS, and more out of the box. | | Vitest | A testing framework for JavaScript. Preconfigured to work with TypeScript and JSX. | | Storybook | Storybook is a frontend workshop for building UI components and pages in isolation. | | Husky | Git hook management | | Conventional Commit | A specification for adding human and machine readable meaning to commit messages. | | Commitlint | Lint commit messages | | Commitizen | Using a standardized set of rules to write commits, makes commits easier to read, and enforces writing descriptive commits. | | Lint Staged | Run linters against staged git files and don't let 💩 slip into your code base! | | ESLint | A tool for identifying and reporting on patterns found in ECMAScript/JavaScript code. | | Prettier | An opinionated code formatter |

Development

Fork the project

Access the project directory.

cd react-select-light

Install dependencies.

npm install

Serve with hot reload at http://localhost:6006.

npm run storybook

Commands

| Command | Description | | --------------------- | :---------------------------------------------- | | npm run dev | Starts the server in dev mode | | npm run lint | Runs ESLint on the project | | npm run lint-staged | Runs Prettier on only staged (changed) files | | npm run type-check | Runs TSC | | npm run build | Runs build production bundle to 'dist' directly |

License

This project uses MIT license: License