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

pragmate-ui

v1.0.10

Published

An advanced, on-demand React UI library optimized for BeyondJS. Pragmate UI provides modular, responsive, and accessible components with a focus on efficient bundle sizes and a streamlined development process.

Downloads

506

Readme

Certainly! Here's the updated README.md content with the additional components included:


🏆 Pragmate UI: Efficient, On-Demand React UI Library for BeyondJS

npm version Build Status License

Table of Contents

About

Pragmate UI is an advanced React UI library fine-tuned for BeyondJS. It specializes in delivering on-demand components with minimal bundle impact, and it streamlines the UI/UX development process, so you can focus on building rather than boilerplate.

Installation

To get started with Pragmate UI, run:

npm install pragmate-ui

Features

  • On-Demand Components: Eliminate dead code by importing only what you actually use.
  • Streamlined Implementation: Intuitive, easy-to-use components for accelerated development.
  • Responsive & Accessible: Best practices are baked in, providing a seamless user experience across all devices.
  • Design Excellence: Components come with a well-thought-out UI/UX, balancing form and function beautifully.

On-Demand, Modular Usage

In Pragmate UI, components are modular and accessible via subpaths, allowing you to import only what you need, ensuring each component is an independent bundle:

// For using a button component
import { Button } from 'pragmate-ui/components';
// For using toast notifications
import { Toast } from 'pragmate-ui/components/toast';
// And so on for each component...

This modular approach keeps your bundle lean, ensuring you don’t include unnecessary code.

Components

Pragmate UI currently offers the following components, each as an independent bundle:

  • Alert: The alert component displays a message with an optional icon, title, and close button.
  • Badge: A small count and labeling component.
  • ButtonGroup: The ButtonGroup component in React creates a group of buttons with a specified orientation.
  • Breadcrumb: A component for indicating the current page's location within a navigational hierarchy.
  • Checkbox: The Checkbox component is a customizable checkbox input with label support.
  • CheckboxGroup: The CheckboxGroup component is a container for a group of checkboxes.
  • Chips: Compact elements that represent an input, attribute, or action.
  • Code: Code is a component used to display code snippets with syntax highlighting using Prism.js. It optionally includes a clipboard feature for copying code.
  • Collapsible: A component for hiding and revealing content.
  • Coming Soon: Placeholder for future components.
  • Context Menu: A menu that appears upon user interaction, such as a right-click.
  • DynamicList: The DynamicList component manages a dynamic list of elements with functionalities to add, remove, and update items, including drag-and-drop capabilities if enabled.
  • Dropdown: A component that allows users to choose one value from a list.
  • DropdownButtonMenu: The DropdownBottomMenu component renders a dropdown menu that appears at the bottom of the screen based on the show prop.
  • Empty: A component that renders a placeholder message when there is no data or content to display.
  • HtmlWrapper: Render dynamic HTML content.
  • Form: A group of components that collect user input.
  • Global Components: Reusable components across different parts of the application.
  • Icons: A library of UI icons.
  • IconButton: The IconButton component is a button with an optional icon, supporting features like tooltips.
  • Image: A component that renders images with on-demand loading.
  • Input Controller: A component for input field value manipulation.
  • Input: The Input component is a versatile input field with support for error handling, various types, and custom styles.
  • Link: A component for navigation.
  • List: A component for displaying a series of content.
  • Menu: A component for displaying navigation options.
  • Mixins: SCSS mixins for common styling patterns.
  • Modal: Components for displaying modal dialogs.
  • Node Modules: Internal dependencies of the library.
  • Opinions: A set of opinionated components with predefined styles and behaviors.
  • Perfect Scrollbar: Custom scrollbar that's perfect for the given context.
  • Preload: Components that handle the preloading of certain UI elements or data.
  • Progress Bar: A component for visualizing the progression of a task.
  • Radio: The Radio component is a customizable radio button with a label.
  • ReactSelect: The ReactSelect component is a wrapper around the react-select library's Select component.
  • Ripple: An effect component for material design-like interactions.
  • Spinner: A component for indicating a loading state.
  • Select: The Select component is a customizable dropdown menu.
  • Switch: The Switch component is a customizable toggle switch.
  • Swiper: A carousel/slider component.
  • Tabs: A component for tabbed navigation.
  • Template: Components used for structuring application layouts.
  • Textarea: The Textarea component is an enhanced textarea element with additional features like dynamic height adjustment, error handling, and character counting.
  • Theme Switcher: A component for toggling between light and dark themes.
  • Toast: A component for displaying brief, auto-expiring messages.
  • Tooltip: Text labels that appear when the user hovers over, focuses on, or taps an element.
  • Verification Code: A component for inputting a code received for verification purposes.
  • Vertical Line: A component to render a vertical dividing line.

(Existing components from the previous list omitted for brevity)

License

Pragmate UI is licensed under the MIT License. For more details, see the LICENSE file.


Please ensure to include actual code examples and additional details for each new component in the