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

@particles/list-partial

v3.0.6

Published

A template partial for showing list based presentations

Downloads

352

Readme

List Partial

A template partial for showing list presentations.

Example

list-partial

Change Log

3.0.5
  • Spinner dependency update
3.0.4
  • Fixed repaint issues caused by overly aggressive unique key
3.0.3
  • Adding unique key for row mapping
3.0.2
  • Re-added loadedRow class
3.0.1
  • Minor padding and color changes to be compliant with UX mocks

3.0.0

  • Breaking i18n support with pseudolocalization
2.0.2
  • Removes flex: 1 from styles to be compliant with IE
2.0.1
  • Small changes to the sandbox to match overall usage/layout of the most common placements for a list partial

2.0.0

  • Changes made to make the component more flexible to future changes.
  • Breaking: now uses row prop to populate different rows of the layout. An array of arrays of components.
  • Breaking: now uses loadedArea prop similar to row, but denotes components that are waiting for async data to display. E.g.: Bulk actions/paginator/table components. These are also an array of arrays of components.
  • Breaking: no longer uses xyzComponent props to place them in the layout
1.5.1
  • Add unit tests, CSS module mocking, and code coverage reporting.
1.5.0
  • Add in a controls slot on the right side of the filter bar
1.4.7
  • Rebuilt for publishing (bug in last publish)
1.4.6
  • Style updates (padding, borders)
1.4.5
  • Updating packages, splitting out from shared config
1.4.4
  • If no controlComponent/search/filter is passed, the layout still looks normal rather than using whitespace to fill the void
1.4.3
  • Updating package.json to Particles URL
1.4.2
  • Changed styling to generic colors
1.4.1
  • Removed the star selector from the layout
1.4.0
  • Added an extra slot on the left side of the controls area, added in bulk editor to layout
1.3.15
  • Removing reset.scss
1.3.14
  • IE11 flex wrapping fix
  • Removed export component slot
1.3.9 - 1.3.13
  • Adding Lerna publishing management
  • Splitting out dev dependencies
1.3.8
  • Stylesheet composition
1.3.7
  • Removing isEmpty flag
1.3.6
  • Linting
1.3.5
  • Minor Webpack fix
1.3.4
  • Implementing Webpack 2.2.1
1.3.3
  • Bundle size optimized
1.3.2
  • Licensing update
1.3.1
  • Improved prop type validation
1.3.0
  • Updated header component logic
1.2.0
  • Added notifications
1.1.0
  • Added export component

1.0.0

  • Initial commit