JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q48009F
  • License ISC

Package Exports

  • @tryferos/dropdown
  • @tryferos/dropdown/dist/index.cjs
  • @tryferos/dropdown/dist/index.mjs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@tryferos/dropdown) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Dropdown Components

Install the package for npm here. Project's Github page

This is a react component delivering various Editable Dropdowns that you can use in your projects, which also adds types support using Typescript.

The project is build using React, Typescript and Tailwindcss. Tailwindcss is compiled into css, meaning you do not need it as a depedency.

All files are bundled into 3 seperate files for both cjs, esm and dts using the Rollup bundler. (commonjs, esmodules and declaration for ts types).

Features

  • Typescript support
  • Customizable to your needs
  • Light/dark mode toggle

Installation

Install @tryferos/dropdown using

  npm install @tryferos/dropdown@latest

Remember that you need to have react and react-dom already installed

  npm install react@^17.0.1 react-dom@^17.0.1

This package is build using react 17, you can use with different versions of react at your responsibility.

  npm install @tryferos/dropdown@latest --force

Acknowledgements