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

uiw

v4.22.3

Published

A high quality UI Toolkit, A Component Library for React 16+.

Downloads

1,363

Readme

uiw

The official documentation site for uiw. A high quality UI Toolkit, A Component Library for React 16+. 💘

Installation

npm install uiw --save

You can use kkt to quickly create a react + uiw project.

npx create-kkt my-app -e uiw

You can use the uiw v1.x version. Please see here for instructions. (npx comes with npm 5.2+ and higher.)

Basic Usage

import React from "react";
import ReactDOM from "react-dom";
import { Button } from "uiw";

ReactDOM.render(
  <Button type="primary">Hello</Button>,
  document.getElementById("app")
);

Documentation

Visit the uiwjs.github.io website for more information.

Or Open in VSCode Preview :

Open in VSCode

Packages

This git repository is a repo built using Lerna. It contains several packages:

Package | Downloads | Version | Description ----- | ----- | ----- | ----- uiw | npm downloads | npm version | - @uiw/react-affix | npm downloads | npm version | - @uiw/react-alert | npm downloads | npm version | - @uiw/react-avatar | npm downloads | npm version | - @uiw/react-back-top | npm downloads | npm version | - @uiw/react-badge | npm downloads | npm version | - @uiw/react-breadcrumb | npm downloads | npm version | - @uiw/react-button | npm downloads | npm version | - @uiw/react-button-group | npm downloads | npm version | - @uiw/react-calendar | npm downloads | npm version | - @uiw/react-card | npm downloads | npm version | - @uiw/react-checkbox | npm downloads | npm version | - @uiw/react-collapse | npm downloads | npm version | - @uiw/react-copy-to-clipboard | npm downloads | npm version | - @uiw/react-date-input | npm downloads | npm version | - @uiw/react-date-picker | npm downloads | npm version | - @uiw/react-descriptions | npm downloads | npm version | - @uiw/react-divider | npm downloads | npm version | - @uiw/react-drawer | npm downloads | npm version | - @uiw/react-dropdown | npm downloads | npm version @uiw/react-empty | npm downloads | npm version | - @uiw/react-file-input | npm downloads | npm version | - @uiw/react-form | npm downloads | npm version | - @uiw/react-grid | npm downloads | npm version | - @uiw/react-icon | npm downloads | npm version | - @uiw/react-input | npm downloads | npm version | - @uiw/react-list | npm downloads | npm version | - @uiw/react-loader | npm downloads | npm version | - @uiw/react-menu | npm downloads | npm version | - @uiw/react-message | npm downloads | npm version | - @uiw/react-modal | npm downloads | npm version | - @uiw/react-month-picker | npm downloads | npm version | - @uiw/react-notify | npm downloads | npm version | - @uiw/react-overlay | npm downloads | npm version | - @uiw/react-overlay-trigger | npm downloads | npm version | - @uiw/react-pagination | npm downloads | npm version | - @uiw/react-pin-code | npm downloads | npm version | - @uiw/react-popover | npm downloads | npm version | - @uiw/react-portal | npm downloads | npm version | - @uiw/react-progress | npm downloads | npm version | - @uiw/react-radio | npm downloads | npm version | - @uiw/react-rate | npm downloads | npm version | - @uiw/react-search-select | npm downloads | npm version | - @uiw/react-search-tree | npm downloads | npm version | - @uiw/react-select | npm downloads | npm version | - @uiw/react-slider | npm downloads | npm version | - @uiw/react-steps | npm downloads | npm version | - @uiw/react-switch | npm downloads | npm version | - @uiw/react-table | npm downloads | npm version | - @uiw/react-tabs | npm downloads | npm version | - @uiw/react-tag | npm downloads | npm version | - @uiw/react-textarea | npm downloads | npm version | - @uiw/react-time-picker | npm downloads | npm version | - @uiw/react-tooltip | npm downloads | npm version | - @uiw/react-tree | npm downloads | npm version | - @uiw/react-tree-checked | npm downloads | npm version | - @uiw/utils | npm downloads | npm version | - Package | Downloads | Version | Description @uiw/react-split | npm downloads | npm version | - @uiw/react-layout | npm downloads | npm version | - @uiw/formatter | npm downloads | npm version | -

Development

Use Gitpod, a free online dev environment for GitHub.

Open in Gitpod

Or clone locally:

$ git clone [email protected]:uiwjs/uiw.git

Install dependencies & compile component code.

$ npm install # Install dependencies

$ npm run hoist
$ npm run build

To develop, run the self-reloading build:

# Run the app
# Restart the app automatically every time code changes.
# Useful during development.
$ npm run lib:watch
$ npm run start
$ lerna run --scope uiw watch --stream
$ lerna exec --scope @uiw/button -- tsbb types --outDir lib/esm --target ESNEXT --watch
$ lerna exec --scope @uiw/button -- tsbb watch --target react --env-name esm:dev --env-name cjs

Folders

├── LICENSE
├── README.md
├── package.json
├── website
│   ├── uiw        # Documentation website source code
└── packages
    ├── uiw        # Component library source code
    ├── react-alert
    ├── react-tree
    ├── ...
    └── react-affix

Contributors

License

Licensed under the MIT License.