Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: UI components #8

Closed
wants to merge 3 commits into from
Closed

feat: UI components #8

wants to merge 3 commits into from

Conversation

ssagg
Copy link
Contributor

@ssagg ssagg commented May 6, 2024

Список комопнентов:
Login Page

  • - Image
  • - Кнопка
  • - Sidebar
  • - Card
  • - Avatar
  • - Divider
  • - Icon
  • - Checkbox
  • - Progressbar
  • - Scroll
  • - Badge
  • - Switch
  • - Input
  • - Modal
    Homepage

Organizations

Пока накидал компоненов из hyperion в папку ui.
На каждом компоненте надо yarn install делать? Там сыпятски ошибки по зависимостям. И потом не могу сделать импорт Button например. IDE ругается, что не может Can`t build a module path for module.

tdb; Надо обернуть в ThemeProvider главный компоент.

@ssagg ssagg added the feature label May 6, 2024
@ssagg ssagg requested a review from Nelfimov May 7, 2024 09:51
Copy link
Member

@Nelfimov Nelfimov left a comment

Choose a reason for hiding this comment

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

  1. название ветки по конвенции коммитов - feat/ui-parts например
  2. ты скопировал код из гипериона - это не так делается. Ты создаешь локальный пакет, напр. @ui/avatars. Туда в зависимости закидываешь что нужно из hyperion. А дальше дорабатываешь под нужды проекта. Посмотри тот же drum-in

@bbulakh
Copy link
Contributor

bbulakh commented May 8, 2024

Распределили компоненты:

@ssagg

  • - Image
  • - Кнопка
  • - Sidebar
  • - Card
  • - Tag
  • - Avatar
  • - Text

@bbulakh

  • - Divider
  • - Icon
  • - Checkbox
  • - Layout
  • - Progressbar
  • - Scroll

@effektivnayarabota1

  • - Badge
  • - Switch
  • - Input
  • - Modal
  • - Dropdown

@ssagg ssagg closed this May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants