Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lssm

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lssm

> Opionated list selection state manager.

  • 0.3.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

lssm Tests

Opionated list selection state manager.

⚠️ This library is currently under development and is not production-ready. Use at your own risk. ⚠️

lssm is small library that provides a simple API for managing the selection state of a list of items. It allows you to easily build selectable list UIs that support complex multi-select rules that you would see in something like the macOS Finder. It was written in vanilla TypeScript, and can be freely used alongside your favourite JavaScript framework.

Install

npm install lssm --save

or include it in a <script> tag, hosted by unpkg.

<script src="https://unpkg.com/lssm/dist/lssm.iife.js" />

Usage

Usage instructions coming soon. See /test/index.test.ts for example usage.

Development

# To run the tests
pnpm test
# or
pnpm run test:watch

# To run the example
pnpm run dev

# To publish the dist files
pnpm run build

License

MIT © Collin Henderson

FAQs

Package last updated on 25 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc