Skip to content

Создание VuCheckbox#3

Merged
BatuevIO merged 14 commits into
mainfrom
checkBox
Nov 5, 2025
Merged

Создание VuCheckbox#3
BatuevIO merged 14 commits into
mainfrom
checkBox

Conversation

@Giovaaanniii

@Giovaaanniii Giovaaanniii commented Oct 24, 2025

Copy link
Copy Markdown

ЗАДАЧИ:

  1. Создать компонент
  2. Создать src/components/VuCheckbox.vue.
  3. Использовать v-checkbox из Vuetify как основу.
  4. Поддержать v-model
  5. Вписать нужные tailwind-классы, чтобы совпадало с Figma (цвета, размеры, отступы).
  6. Создать стори для Storybook (src/components/VuCheckbox.stories.ts)
  7. Показать все состояния компонента: выбран, не выбран.

@Giovaaanniii Giovaaanniii changed the title Создание Checkbox компонента чистка кода Oct 24, 2025
@Giovaaanniii Giovaaanniii changed the title чистка кода Создание VuCheckbox Oct 24, 2025
Comment thread src/components/checkBox/VuCheckbox.stories.ts
Comment thread style.css
</script>

<template>
<v-checkbox

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В целом все ок, но у тебя получился очень большой вертикальный паддинг. Это регулируется с помощью density="compact, почитать можно тут.

@BatuevIO BatuevIO merged commit e9d6ae6 into main Nov 5, 2025
2 checks passed
@BatuevIO BatuevIO linked an issue Nov 5, 2025 that may be closed by this pull request
@BatuevIO BatuevIO deleted the checkBox branch November 17, 2025 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

VuCheckbox

2 participants