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

@relatecom/relateui

v0.0.8

Published

A free and open-source UI Kit for React, built with Tailwind CSS and Storybook, designed specifically for Relate products.

Readme

RelateUI

A free and open-source UI Kit for React, built with Tailwind CSS and Storybook, designed specifically for Relate products.

Table of Contents

Overview

RelateUI is a comprehensive UI Kit designed to provide a consistent and visually appealing user experience across all Relate products. Built with Tailwind CSS for rapid development and Storybook for easy component exploration, RelateUI offers a wide range of styled brand components to help you get started with your project quickly.

Features

  • Tailwind CSS integration: Leverage the power of Tailwind CSS for rapid development and customization.
  • Storybook support: Easily explore and interact with components using Storybook.
  • Styled brand components: Get started with a set of pre-designed, styled components tailored to the Relate brand.
  • Highly customizable: Tailor the UI Kit to your needs using Tailwind CSS's configuration options.
  • Open-source: Contribute to the project and help shape the future of RelateUI.

Installation

To install RelateUI, run the following command:

npm install @relatecom/relateui

Or, if you're using yarn:

yarn add @relatecom/relateui

Usage

Import RelateUI in your React project and start using its components:

import React from 'react';
import "@relatecom/relateui/style.css"
import { Button } from '@relatecom/relateui';

function App() {
  return (
    <div>
      <Button>Click me!</Button>
    </div>
  );
}

Components

RelateUI offers a wide range of components, including:

  • Buttons: Primary, secondary, and tertiary buttons with various styles.
  • Inputs: Text inputs, password inputs, and number inputs with custom styles.
  • Cards: Cards with different layouts and styles.
  • Alerts: Success, warning, and error alerts.
  • Modals: Modal windows with various styles and layouts.

Customization

RelateUI is highly customizable using Tailwind CSS's configuration options. You can adjust the colors, typography, spacing, and more to fit your project's needs.

Contributing

We welcome contributions to RelateUI! If you'd like to contribute, please fork the repository and submit a pull request.

License

RelateUI is released under the MIT License. See the LICENSE file for details.

Roadmap

  • [ ] Add more components to the UI Kit.
  • [ ] Improve documentation and examples.
  • [ ] Enhance customization options using Tailwind CSS.

Community

Join our community to discuss RelateUI, share your experiences, and get help from other users:

We're excited to have you on board!