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

remo-ui

v1.1.1

Published

A UI Library For [email protected]+

Readme

A UI Library For VUE@2

Install

npm install remo-ui -S
# or
yarn add remo-ui -S

Quick Start

import Vue from 'vue'
import RemoUI from 'remo-ui'

Vue.use(RemoUI)

// or

import {
  ReButton,
  ReInput
  // ...
} from 'remo-ui'

Vue.use(ReButton)
Vue.use(ReInput)

Demo / Doucument

For more detail information, please refer to Remo-UI.

Browser Support

Modern browsers and Internet Explorer 10+.

Components Goal

  • [x] Tip
  • [X] Button
  • [x] Shadow Box
  • [ ] Anchor-link
  • [ ] Anchor
  • [x] Input
  • [x] Upload Image
  • [x] Upload File
  • [ ] DatePicker
  • [ ] CountryPicker
  • [x] Statistic
  • [x] Image Card
  • [ ] Modal Mask
  • [x] Collapse
  • [x] BackTop
  • [x] Footer
  • [x] Drawer
  • [x] Divider
  • [x] Icon Library
  • [x] Table
  • [x] Menu
  • [x] Footer Bar
  • [ ] Layout
  • [ ] Link
  • [x] Radio
  • [x] Checkbox
  • [ ] Select
  • [x] Switch
  • [ ] Avatar
  • [x] Dragger Modal
  • [x] Message
  • [ ] Mutiple Messages on screen at the same time
  • [x] Loading
  • [x] BreadCrumb
  • [x] Clipboard
  • [x] Popup

Example Complete

  • [X] Button
  • [x] Shadow Block
  • [x] Block for demo show
  • [x] Icon Library
  • [x] Input
  • [x] About
  • [x] Divider
  • [x] Table
  • [x] Menu
  • [x] Footer Bar
  • [x] BackTop
  • [x] Tip
  • [X] Collapse
  • [x] ImgCard
  • [x] Statistic
  • [x] Image Uploaer
  • [x] Upload File
  • [x] Status Light
  • [x] Dragger Modal
  • [x] Switch
  • [x] Message
  • [x] Loading
  • [x] BreadCrumb
  • [x] Clipboard
  • [x] Popup

About

Lots of people, even me, are used to development frontend App with some mature popluar UI libraray like Ant Design, IView or Element. However, this kind of Librarys some how could not satisify your develop demand. Like some libraries are too large for a small project or product to be injected, or some componts could not implement our produts demand. So, I decide to develop my own UI library as long as deeping in VUE. Hope this could help you and me some days. :blush:

Will Do

[x] Once this Library has finished 50%, wiil be publish on NPM. [ ] Library document mostly are written in Chinese with some English explanation. Going to seperate English/Chinese examples docuemnt. [ ] Add more meaningful components.

What now

If you come up with any idea for requesting a new component feature, feel free to leave it in issue. If you think this is cool, give me a 🌟.

LICENSE

MIT