New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@thisbeyond/solid-select

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thisbeyond/solid-select

The Select component for Solid.

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.9K
decreased by-18.96%
Maintainers
1
Weekly downloads
 
Created
Source

Solid Select

  • Built for Solid: leverages fine-grained reactivity primitives for coordination.
  • Flexible: built to support a wide range of cases, from single selects to multi-select tag lists.
  • Extendable: use the pre-fabricated components or build your own from the core primitives.
  • Zero dependencies: Just pair with Solid and good to go.

solid select preview

How do I get started? 🧭

Install it:

npm install @thisbeyond/solid-select

Use it:

const App = () => {
  return (
    <>
    </>
  );
};

export default App;

What's implemented? ✔️

  • [x]

Who made this? ✍

Martin Pengelly-Phillips

Why did you make it?

...

Keywords

FAQs

Package last updated on 23 Jan 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