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 🙏

© 2026 – Pkg Stats / Ryan Hefner

cs-reusable-component-library-exporter

v1.0.1124

Published

An application used CaseStack reusable UI components

Downloads

9

Readme

cs-reusable-component-library-exporter Version log

Application used to export reusable components for CaseStack applications.

1.0.1122

  • .includes replacing .startsWith
  • remove onClick handler in handleClick()
  • fix ContextMenu v2 color change, remove handleClickOutside callback

1.0.1121

  • ContextMenu dynamic icon
  • removeTag prop fixed in Tag component
  • Added ContextMenu handleClickOutside callback, clicking li item will close menu
  • onClick handler in handleClick()

1.0.1120-beta.5

  • Added ContextMenu handleClickOutside callback
  • onClick handler in handleClick()

1.0.1120

  • Added Checkbox Partial prop

1.0.1117s

  • All buttons (Primary, Flat, Toggle) disabled icon fix

1.0.1116

  • Fonts in StyleInjector.js ie fix

1.0.1114

  • Added onInputChange and onBlur prop for Dropdown component
  • Prop destructuring added for Dropdown to allow native html attributes to be passed into components

1.0.1113

  • Added getDerivedStateFromProps lifecycle method to form elements (TextInput, TextArea, RadioButton, Checkbox, Slider) to allow for state to be updated within components upon props changing
  • Logic added to Modal component to conditionally show header and footer only when props are provided.

1.0.1112

  • Added withPortal prop to Datepicker that specifies whether datepicker needs it's z-axis to be in front of all other elements on the page
  • className moved to overlay of Modal to allow custom UI on component

1.0.1110

  • Prop destructuring for RadioButton, Slider and Checkbox to allow native html attributes to be passed into components
  • TextInput & TextArea onBlur updated. If a function is supplied to the onBlur prop it must return true for the value to be updated. This is to allow for developers to run validation against values before updates

1.0.1109

  • Prop destructuring for TextInput & TextArea to allow native html attributes to be passed into components
  • className prop was moved to outermost html element for TextInput & TextArea.

1.0.1108

  • FIX - Update tags to reference children props for icon spacing condition in css

  • DatePicker: added using react-datepicker library and custom styling

  • TextInput & TextArea: update for inputRef prop so that component will blur onEnter by default

  • PrimaryButton & FlatButton: className prop added to so that their styles can be extended

  • Dropdown: className prop moved to outer element to allow proper extending of styles

  • Snackbar: Overlay element removed and position for Snackbar changes to fixed. The overlay was causing an issue where users couldn't interact with elements on the page

  • Guidance: removed width from CSS