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

kai-kit

v0.1.11-beta.0

Published

KaiUI is a React UI component library that provides a set of accessible, reusable, and composable components for building your React applications.

Downloads

198

Readme

⛰️ KaiUI

Try now

You can view KaiUI components on KaiUI storybook. visit here: https://65b35bda1b62e520d32c1ef9-qfbnydrwwz.chromatic.com/?path=/docs/configure-your-project--docs

Installation

$ npm install kai-kit

Autocomplete for CSS Variables (VScode)

  1. Install CSS Variable Autocomplete Extention.
  2. Add lines below on setting.json of VScode
{
  "cssVariables.lookupFiles": [
    "**/*.css",
    "**/*.scss",
    "**/*.sass",
    "**/*.less",
    "node_modules/kai-kit/src/tokens/build/css/kai-tokens.css"
  ]
}

Architecture

KaiUI is composed by 2 main external packages:

🟥 react-aria-components

react-aria-components is a component library focused on accessibility in React. This library is designed to facilitate web accessibility, aiming to help developers easily construct accessible UIs.

👩‍🎤 styled-components (Emotion)

Emotion is a popular library for styling components in React applications. It uses the concept of styled-components, allowing developers to write CSS directly in their JavaScript code. This approach combines the power of CSS with the flexibility and dynamism of JavaScript, enabling more efficient and maintainable styling solutions.

Tokens

Design tokens in a design system refer to the small, defined units that systematize the elements of design. These tokens represent design aspects like colors, typography, spacing, and shadows, and are used to construct a consistent design language. If you want to know more about Design Tokens, Please refer to MUI3. Slide 16_9 - 1 In KaiUI, design tokens are prepared for elements such as color, size, typography, and motion. The names of each design token are broadly divided into three parts. Also, the 'Type' is composed of three categories: ref, sys, and comp. Their roles are as follows:

  • ref: Tokens that round continuous values into reusable discrete values.
  • sys: Semantic tokens intended for actual use, which resolve to ref type tokens.
  • comp: Tokens used in components, which resolve to sys type tokens.

For more detailed types and implementation of design tokens, please refer to the URL attached in the Development Status. Frame 26 Please visit the URL provided in the Development Status for more information on the types and implementation of design tokens.

Development Status

🟢 : stable, 🟡 : WIP, ⚪️ : Not started, | Tokens | ref | sys | comp | Figma | | --- | --- | --- | --- | --- | | color | 🟢 | 🟢 | ⚪️ | 🟡 | | size | 🟢 | 🟢 | ⚪️ | 🟡 | | typo | 🟢 | 🟢 | ⚪️ | 🟢 | | breakpoint | 🟢 | 🟢 | ⚪️ | ⚪️ | | motion | 🟡 | 🟡 | ⚪️ | ⚪️ | | opacity | 🟡 | 🟡 | ⚪️ | ⚪️ | | z-index | 🟡 | 🟡 | ⚪️ | ⚪️ | | effect | ⚪️ | ⚪️ | ⚪️ | ⚪️ |

Components

In KaiUI, the components below are implemented right now.

Development status

🟢 : stable, 🟡 : WIP, ⚪️ : Not started, | Components | Style | Logic | Customization | Figma | | --- | --- | --- | --- | --- | | Button | 🟢 | 🟢 | ⚪️ | 🟢 | | Chip | 🟢 | 🟢 | ⚪️ | 🟡 | | IconButton | 🟢 | 🟢 | ⚪️ | 🟡 | | KaiProvider | 🟢 | 🟢 | ⚪️ | - | | Label | 🟢 | 🟢 | ⚪️ | 🟢 | | Menu | 🟢 | 🟢 | ⚪️ | 🟢 | | Separator | 🟢 | 🟢 | ⚪️ | 🟢 | | Skelton | 🟢 | 🟢 | ⚪️ | 🟢 | | Switch | 🟢 | 🟢 | ⚪️ | 🟢 | | Tabs | 🟢 | 🟢 | ⚪️ | 🟡 | | TextField | 🟢 | 🟢 | ⚪️ | 🟢 | | TextArea | 🟢 | 🟢 | ⚪️ | 🟢 | | IconUpload | 🟢 | 🟡 | ⚪️ | 🟡 | | Modal | 🟢 | 🟡 | ⚪️ | 🟡 | | Dialog | 🟡 | 🟡 | ⚪️ | ⚪️ | | DateField | 🟢 | 🟡 | ⚪️ | 🟡 | | Snackbar | 🟢 | 🟢 | ⚪️ | ⚪️ | | Selection | ⚪️ | ⚪️ | ⚪️ | ⚪️ | | Radio | ⚪️ | ⚪️ | ⚪️ | ⚪️ | | Checkbox | ⚪️ | ⚪️ | ⚪️ | ⚪️ | | Calendar | ⚪️ | ⚪️ | ⚪️ | ⚪️ | | Tooltip | ⚪️ | ⚪️ | ⚪️ | ⚪️ | | Effect | ⚪️ | ⚪️ | ⚪️ | ⚪️ | | Motion | ⚪️ | ⚪️ | ⚪️ | ⚪️ |