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 🙏

© 2025 – Pkg Stats / Ryan Hefner

feyipay-components

v1.0.14

Published

A skeleton to create your own React component library using Rollup, TypeScript, Sass and Storybook

Readme

Feyipay Components

This is a components library in use for a cryptocurrency and fiat payment gateway currently in development

Futures - InputBox component:

  • A single Input component, named InputBox with input type such as date to show up a calendar and clock to select time.

  • Same InputBox can display as a text field or select field based on the type attribute

  • It also shows an error message in red when the error attribute is passed and the length is greater than zero

  • It shows a description of the input field when the description attribute is passed

  • It shows a small "what is this" button at the top right side of the field when the "info" attribute is passed, and shows a comprehensive information on the field when the button is clicked.

Futures - AmountSelectorModal component:

  • A component that pops up as a modal and shows an InputBox for the user to enter an amount.

  • This field shows a price slider which can be used to adjust the initial value passed to the input

  • Users can also use the text input field to enter the amount

Futures - AnimFloat component:

  • This is a component that is wrapped around any component, be it Image, Text, div,... to float the child component soothingly, peacefully, and therapeutically up and down in a relaxed heartbeat rythym by default.

There are several cool components in the library. A comprehensive documentation will be written later.

Important Info

This library uses Build status as its styling library

In order to avoid users of this library and chakra-ui from bloating their project, This library exports its @chakra-ui/reacts components and react-icons/fa components so you don't have to setup chakra-ui

Just wrap your App with the FeyiPayWidgetProvider instead of the ChakraProvider. You can also pass your Chakra-Ui theme to the FeyiPayWidgetProvider