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

uxi

v5.0.33

Published

react component Ui library

Downloads

305

Readme

npm version


UXI - React component library

Demo (wip): uxilab.eu

Doc (wip): uxilab.github.io/uxi/

We're looking for contributors!

This page is only dedicated to contributors. For documentation around the project, please go to uxilab.eu

Pre-requirements

  • peerDependecies:

  • Browser support:

    • IE11 (in progress)
    • all evergreen browser

Installing

start dev

  • npm run dev

  • open browser to http://localhost:8989

Add an icon:

  • drop the dvg into the src/Icons/svgs foldes (named like the other (Name-ico.svg))
  • cd into src/Icons
  • run _scripts node _script.js
  • cd to project root
  • run npm run lint
  • stage your icon (svg, js and test file) AND stage the scr/Icons/index.js file
  • commit

Backlog of things

General

  • Having UXI documentation online
  • Having UXI website online

Alert

  • Create Sketch file for Alert
  • Create better documentation
  • Write UX guidelines

Badge

  • Create tests for Badge
  • Create Sketch file for Badge
  • Create better documentation
  • Write UX guidelines

Button

  • Create better documentation
  • Create Sketch file for Button
  • Add more tests
  • Write UX guidelines

Dialog

  • Create documentation
  • Create Sketch file for Dialog
  • Create tests
  • Write UX guidelines

Header

  • Write UX guidelines
  • Create documentation
  • Create tests
  • Create Sketch file

Img

  • Write UX guidelines
  • Create documentation
  • Create tests
  • Create Sketch file (?)

Indicator

  • Write UX guidelines
  • Create documentation
  • Create tests
  • Create sketch file

Input

Checkbox

  • Create tests
  • Write UX guidelines
  • Create Documentation
  • Create sketch file

Date Input

  • on hold

File Input

  • on hold

Radio Input

  • Create tests
  • Write UX guidelines
  • Create Documentation
  • Create Sketch File

Search Form

  • Create tests
  • Write UX guidelines
  • Create Documentation
  • Create Sketch File

Select Input

  • Create tests
  • Write UX guidelines
  • Create Documentation
  • Create Sketch File

Switch Input

  • Create tests
  • Write UX guidelines
  • Create Documentation
  • Create Sketch file

TextField

  • Create tests
  • Write UX guidelines
  • Create Documentation
  • Create Sketch file

Input Group

  • Create tests
  • Write UX guidelines
  • Create Documentation
  • Create Sketch File

Form Decorate for redux-form

TODO

Icons

  • Create Documentation
  • Create Sketch File
  • Create UX guidelines

Menu

  • Create Documentation
  • Create Sketch File
  • Create UX guidelines
  • Create Tests

Dropdown

  • Create Documentation
  • Create Sketch File
  • Create tests
  • Create UX guidelines

SlidePanel

  • Create Documentation
  • Create Sketch File
  • Create tests
  • Create UX guidelines

Stepper

  • Create Documentation
  • Create Sketch File
  • Create tests
  • Create UX guidelines

Divier

  • Create Documentation
  • Create Sketch File
  • Create tests
  • Create UX guidelines

Avatar

  • Create Documentation
  • Create Sketch File
  • Create tests
  • Create UX guidelines

Tabs

  • Create stand-alone version of tabs
  • Create overflow version of tabs
  • Create Documentation
  • Create Sketch File
  • Create UX guidelines
  • Creats tests

Auto-Complete

  • Create the component
  • Create Documentation
  • Create Sketch File
  • Create UX guideline
  • Create tests