0.1.6-beta.9 • Published 1 day ago

kai-kit v0.1.6-beta.9

Weekly downloads
-
License
MIT
Repository
-
Last release
1 day ago

⛰️ 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 | ⚪️ | ⚪️ | ⚪️ | ⚪️ |

0.1.6-beta.9

1 day ago

0.1.6-beta.8

5 days ago

0.1.6-beta.7

8 days ago

0.1.6-beta.6

11 days ago

0.1.6-beta.5

11 days ago

0.1.6-beta.4

12 days ago

0.1.6-beta.3

17 days ago

0.1.6-beta.2

3 months ago

0.1.3-beta.1

3 months ago

0.1.6-beta.0

3 months ago

0.1.6-beta.1

3 months ago

0.1.3-beta.0

3 months ago

0.1.2

3 months ago

0.1.4

3 months ago

0.1.5

3 months ago

0.1.1

3 months ago

0.1.0

3 months ago

0.0.17

4 months ago

0.0.16-beta.1

4 months ago

0.0.13

4 months ago

0.0.14

4 months ago

0.0.15

4 months ago

0.0.16-beta.6

4 months ago

0.0.16

4 months ago

0.0.16-beta.3

4 months ago

0.0.16-beta.2

4 months ago

0.0.16-beta.5

4 months ago

0.0.16-beta.4

4 months ago

0.0.10

4 months ago

0.0.11

4 months ago

0.0.12

4 months ago

0.0.9

4 months ago

0.0.8

4 months ago

0.0.7

4 months ago

0.0.6

4 months ago

0.0.5

4 months ago