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

neo-brutalism-ui

v0.0.0

Published

[Neo-brutalism UI](https://neo-brutalism-ui-library.vercel.app/) is a collection of [React](https://react.dev/) and [Tailwind CSS-based](https://tailwindcss.com/) components that embody a design approach characterized by bold, high-contrast elements and v

Downloads

2

Readme

Neo-Brutalism UI Library

Neo-brutalism UI is a collection of React and Tailwind CSS-based components that embody a design approach characterized by bold, high-contrast elements and vibrant colors. It offers a unique and eye-catching aesthetic for webpages.

Demo screen recording

demo-gif

Table of contents

Usage

1. For React users: Clone this repository and use Storybook

storybook-gif

  1. Clone the repository and run yarn && yarn storybook at the root of it.
  2. All the components are listed on the left side of the Storybook, allowing you to quickly see how they work and check the component's accepted props.
  3. Feel free to copy the code of the components to your project! All the components can be found in ./src/components folder.
  4. If you also want to run the app, run yarn run dev at the root of the directory.

2. Easier way: Visit the Neo-Brutalism UI website

  1. Visit Neo-Brutalism UI website, and navigate to the components page.
  2. Simply copy and paste the code snippet by clicking "Copy to clipboard" button.
  3. To see it in action, access the playground in StackBlitzand paste your code there. Demo screen recording might help for you to figure out how it works.

Note

Material Design Icons are used in the components. You can download the icons here.

Configurations

  • This library is intended to be used with Tailwind CSS. If you plan to copy and paste the code snippet but haven't installed Tailwind CSS yet, please refer to their installation instructions.

  • Note that the theme colors are override in tailwind.config.js. For more details, please check the file.

    | Class | Color code | | | -------------- | :--------: | -------------------------------------------------------: | | xxx-violet-200 | #A8A6FF | violet-300 | | xxx-violet-300 | #918efa | violet-200 | | xxx-violet-400 | #807dfa | violet-400 | | xxx-pink-200 | #FFA6F6 | pink-300 | | xxx-pink-300 | #fa8cef | pink-300 | | xxx-pink-400 | #fa7fee | pink-300 | | xxx-red-200 | #FF9F9F | red-300 | | xxx-red-300 | #fa7a7a | red-300 | | xxx-red-400 | #f76363 | red-300 | | xxx-orange-200 | #FFC29F | orange-300 | | xxx-orange-300 | #FF965B | orange-300 | | xxx-orange-400 | #fa8543 | orange-300 | | xxx-yellow-200 | #FFF066 | yellow-300 | | xxx-yellow-300 | #FFE500 | yellow-300 | | xxx-yellow-400 | #FFE500 | yellow-300 | | xxx-lime-200 | #B8FF9F | lime-300 | | xxx-lime-300 | #9dfc7c | lime-300 | | xxx-lime-400 | #7df752 | lime-300 | | xxx-cyan-200 | #A6FAFF | cyan-300 | | xxx-cyan-300 | #79F7FF | cyan-300 | | xxx-cyan-400 | #53f2fc | cyan-300 |

Contributing

Your contributions are always welcome! Make a PR if you have any suggestions!:smile:

Technologies

License

The MIT License

Acknowledgement

This project is inspired by Neo-Brutalism UI Kit. Huge thanks to Muhamad Digdaya!!:star_struck: