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

@luminu/components

v0.3.6

Published

## Setup

Readme

@luminu/components

Setup

  • npm run serve

Deployment

  • npm login --scope=@luminu --registry=http://repo.luminu.net/repository/luminu-node/
  • npm run build
  • npm publish

Documentation

Button

Props

| Name | required/default | type | description | | :------- | :--------------- | :------ | :-------------------------------------- | | text | true | String | Sets the button's text | | size | false / normal | String | Sets the button's size (small, big) | | type | false / normal | String | Sets the button's type (success, error) | | disabled | false / false | Boolean | Sets the button's disabled state |

Seperator

Props

| Name | required/default | type | description | | :------ | :--------------- | :----- | :-------------------------------------- | | mtop | false / 5 | Number | Sets the top margin of the seperator | | mbottom | false / 5 | Number | Sets the bottom margin of the seperator |

Notification

Props

| Name | required/default | type | description | | :------- | :--------------- | :----- | :-------------------------------------------------------------------------- | | message | true | String | Sets the message that will be displayed | | activity | false / 0 | Number | Sets it's activity state (Increment to activate/set to negative to disable) | | timeout | false / 2500 | Number | Sets the timeout when it should fade out again | | fontSize | false / 24 | Number | Sets the font size for the notification message |

Card

Props

| Name | required/default | type | description | | :-------- | :--------------- | :------ | :---------------------------- | | highlight | false / false | Boolean | Marks the card as highlighted |

Loader

Props

| Name | required/default | type | description | | :------------ | :--------------- | :------ | :---------------------------------------------------------------------------- | | mtop | false / 0 | Number | Sets the top margin of the loader | | mbottom | false / 0 | Number | Sets the bottom margin of the loader | | justifyCenter | false / false | Boolean | Declares whether the loader should be aligned to the horizontal middle or not | | size | false / 24 | Number | Sets the size of the loader |

Alert

Published Events

| Name | data | type | | :---------------- | :----- | :----------------------------------------------------- | | LM_ALERT_RESPONSE | status | { isSuccess: boolean, message: string, title: string } |

StickyHeader

Props

| Name | required/default | type | description | | :---------------- | :--------------------- | :----------- | :----------------------------------------------------------------- | | links | true | Array(TLink) | Sets the displayed links | | active | false / -1 | Number | Sets which dropdown is pressed | | type | false / 'defaultLogin' | String | Sets the login type | | username | false / "" | String | Sets the displayed username | | userId | false / -1 | Number | Sets the user id | | hasAvatar | false / false | Boolean | If a user has an avatar his personal avatar will be displayed | | notLoggedInAction | false / {} | Any | Sets login action (View integration test for implementation) | | dropdownItems | false / [] | Array | Sets the dropdown items (View integration test for implementation) |

Footer

Props

| Name | required/default | type | description | | :------- | :--------------- | :--------------- | :----------------------------------- | | partners | true | Array(TPartners) | Sets the actively displayed partners |

Tabs

Props

| Name | required/default | type | description | | :----- | :--------------- | :------------ | :---------------------------------- | | tabs | true | Array(string) | Sets the name of the displayed tabs | | active | false / 0 | number | Sets the currently active tab |

Published Events

| Name | data | type | | :------------- | :---- | :----- | | LM_CHANGED_TAB | index | number |