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

@diconium/ui-toolbox

v1.3.1

Published

Common UI components library to build faster similar themed React web applications.

Downloads

1,469

Readme

@diconium/ui-toolbox - React UI Component Library

Apache 2.0 License Github Actions Storybook

Features

  • Customizable Components: Each component in @diconium/ui-toolbox is designed to be highly customizable, allowing you to easily adapt the look and feel to match your application's design and branding.
  • Responsive and Mobile-Friendly: @diconium/ui-toolbox components are built with responsiveness in mind, ensuring a seamless user experience across various devices and screen sizes.
  • Easy Integration: Integrating @diconium/ui-toolbox components into your existing React project is a breeze. With simple import statements, you can start using the components right away.
  • Well-Documented: We provide comprehensive documentation for each component, along with examples and usage guidelines to facilitate smooth integration.
  • Consistent Design Language: @diconium/ui-toolbox components follow a consistent and coherent design language, promoting a polished and professional UI across your entire application.

Installation

To install @diconium/ui-toolbox in your project, simply use npm:

npm install @diconium/ui-toolbox

Linting

@diconium/ui-toolbox comes with a set of linting rules to maintain code consistency and readability. You can run the linting process using the following npm command:

npm run lint
// or
npm run lint:fix

Usage

Using a component from @diconium/ui-toolbox is straightforward. Import the component you need and use it in your React application:

import React from 'react';
import { Button } from '@diconium/ui-toolbox';

function App() {
  return <Button>Click me</Button>;
}

Run storybook locally

npm run build:css:fonts
npm run build:css:watch
npm run storybook

Build the library

npm run build:prod

Component generators

If you want to create a new component you can call the following command on the terminal to create all the required files at once.

npm run generate:component <NAME OF NEW COMPONENT>

Components

@diconium/ui-toolbox provides the following set of components:

  • Avatar
  • Avatars
  • Button
  • Primary
  • Secondary
  • Quick
  • Sticky
  • Radio
  • Text
  • Toggle
  • Icon
  • PaginationDots
  • Tag
  • Chip
  • Checkbox
  • TextField
  • Searchbar
  • Badge
  • BadgeContainer
  • State
  • StateContainer
  • TopNavigation
  • Drawer
  • NavigationBar
  • Utils/Swipeable
  • Dot
  • Toast
  • ProgressBar
  • Spinner
  • Layout/Mobile
  • Layout/Centered
  • Layout/Desktop
  • Modal
  • List
  • ListItem
  • TextArea
  • Tooltip
  • Calendar
  • Message
  • Select
  • Tabs
  • Table
  • SideNavigation
  • TestProvider

Please refer to the documentation for each component to learn more about their props, customization options, and examples of usage.

Contribute

If you want to enhance the @diconium/ui-toolbox, you are welcome to fork the repository and create a pull request. Please take into account, that we will have to conduct a code review before accepting your changes.

More details on how to best do that are described in our Contributing guideline.

Contributors

License

@diconium/ui-toolbox is released under the Apache License 2.0.

Happy coding!

© 2024 diconium GmbH. All rights reserved.