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

@suprform/wunderbar

v0.0.12

Published

A utility based atomic React JS UI Design System

Downloads

14

Readme

Welcome to Wunderbar!

Wunderbar is a design system that help in making simple, intuitive and beautiful experiences for users. At the core of Wunderbar we want to make it simple, robust, customizable and an accessible library enabling you to build and ship features faster better.

Wunderbar is build based on atomic-design and component-driven approaches. Wunderbar's goal is to create atoms, molecules and to some degree organisms in UI, this would help you in creating templates/components and then pages.

node npm release license size size dep treeshaking

Installation

Wunderbar is available as an npm package.

// with npm
npm install @suprform/wunderbar

// with yarn
yarn add @suprform/wunderbar

Quick start

import React from 'react';
import Button from '@suprform/wunderbar'

const YourComponent = ({props}: propType) => {
  ...

  return(
    ...
    <Button>What's cooking?</Button>
    ...
  )
}

...

Documentation

Check out our documentation website(built on storybook).

Why Wunderbar

Wunderbar is not just another UI kit / library our core focus is Simplicity, Empathy, Modularity and Joy

Simplicity

The underlying foundation of Wunderbar is to make the experiences a lot simple as in making it less complex for both End Users and Consumers of Wunderbar.

Empathy

Empathy is one of the factors we focus on deeply we build interfaces for all age groups and for people from all backgrounds.

Modularity

Modularity is at the core of Wunderbar. Using Atomic Elements like mentioned above enables us to achive modularity we aim at building atoms and compose atoms to form the rest.

Joy

What is all function without Joy, We want help build joyful experiences as our core belief is that users needs to find meaningful and emotionally relevant experience which compounds.

Methodology

We are built on ReactJS on TypeScript along with Emotion UI

We set out to make our components easy to use. Each of our components has a well-documented (and fully typed) public interface with strong, consistently-applied conventions. This way, developers don’t need to worry about the underlying implementation. Instead, they can focus on creating amazing experiences.

We ensure that our components are made for everyone. They are responsive to any screen or device. We also put a lot of effort into optimizing the performance of the components, so everyone can build inclusive experiences that work.

We make our components flexible enough to meet diverse needs. They present the information you pass in and give you smart callbacks when something has changed, but they don’t enforce any structure beyond that. No matter what type of experience you’re creating, you can use components as the building blocks of your product or feature.

Changelog

If you have recently updated, please read the changelog for details of what has changed.

License

This project is licensed under the terms of the Apache-2.0 license.