p-sw 0c79f86d80 refactor(cli): streamline component selection and overwrite process
Refactored the 'cli add' command to streamline the process of component selection and the decision to overwrite an already installed one. The task has been split into two separate interactive choices to enhance the user experience and simplify the codebase. The force option is now also evaluated separately which results in cleaner code.
2024-06-08 04:10:13 +09:00
2024-06-07 05:16:33 +09:00
2024-06-04 23:08:03 +09:00
2024-05-18 21:10:42 +09:00
2024-05-18 21:10:42 +09:00

PSW-UI

Shared UI Component Repository.

My goal is to create fully typesafe, highly customizable component with minimum complexity.

Meet our web documentation!

Milestones

  • Component Implementation
    • DateTimeInput
    • Input
    • FileInput
    • ImageInput
    • Form
      • FormItem
      • FormLabel
      • FormControl
      • FormDescription
      • FormMessage
    • Textarea
    • Accordion
    • Alert
    • Avatar
    • Badge
    • Breadcrumb
    • Button
    • Card
    • Checkbox
    • Context Menu
    • Data Table
    • Dialog
    • Drawer
    • Dropdown Menu
    • Label
    • Menubar
    • Navigation Menu
    • Pagination
    • Popover
    • Progress
    • Radio Group
    • Scroll Area
    • Select
    • Separator
    • Skeleton
    • Slider
    • Switch
    • Table
    • Tabs
    • Toast
    • Toggle
    • Toggle Group
    • Tooltip
  • Library/Framework Support
    • React
    • Svelte
  • CLI
    • Add
    • List

Building local development environment

# Corepack - Yarn 4.2.2
corepack enable
corepack install yarn@4.2.2
corepack use yarn@4.2.2

# Install Packages
yarn install

# Run Storybook
yarn workspace react storybook
Description
Shared UI repository with minimum dependency and full customizability
https://ui.psw.kr Readme 1.2 MiB
Languages
TypeScript 98.6%
CSS 0.8%
JavaScript 0.3%
HTML 0.2%