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

nasco

v1.0.1

Published

(N)extJS B(as)ic (Co)mponent Library

Downloads

3,285

Readme

Nasco

(N)extJS B(as)ic (Co)mponent Library

Description

Simplified and easy to use NextJS Components, that can be integrated into your projects. Reduced functionality scope to support the most common user interactions. Following common UX pattern to create a professional appearance without spending to much effort. Mockup as well as complex solutions can be enriched by the provided elements.

Further insight and documentation can be found here. Full documentation page has been build, based on components from this package. (Feedback channel will be added to report issues and provide further feedback and requests on that page as well)

NPM Downloads

npm i nasco

[!NOTE] This Library is still under construction. The set of components currently included will be enriched as part of future releases

Supported Functionalities

  • Merge and clsx integration for extended customizations of each main component
  • Theming support with default "dark:css" and "light:css" preparations

Components

Header Clean and simple header element. Supporting mobile device size adjustments as well as customizable link attributes. Additional space for custom child-elements. For example, the internal Button component can be used with pre-configured styles and size to personalize the overall UX.

Hero The current package provides two different Hero versions. Simple (HeroSimple) - minimalistic text/centered design with single button Image (HeroImage) - Separated text and image areas

RTL (Right to left, Image and content) LTR (Left to right, Content and Image) Placeholder (Image Template) As shown in the RTL or LTR section example, a simple image placeholder can be used as fallback component, or in case you are still in development mode and need a temporary solution.

Cards Simple cards, including crucial sections like "titles", "content" and "menu" enriched by a badge that can be added to the top by choosing one of three versions.

Price Elements Two versions: Banner / extended version Simplified Card approach with fully customizable header and content section.

Rating Simplified Rating Component with crucial properties, as well as a customizable footer section for more content, links ...

ShowCode Component with two main sections.

  1. Customizable component placeholder, used to maintain description, images and other describing or visualizing elements.
  2. Code example. Beautified via highlight.js for an increased use for various languages

Testimonials

  1. Two different styles. A minimalistic Grid approach and a slider and card based version
  2. Adding swiper package for interactive behavior

Brands Either choose by using a motion supported brand component, or directly integrate the provided BrandList

More

Learn more about this package, content and feature scope by visiting the documentation.