Skip to content

Create component - Checkbox #47

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

Open
B3nz01d opened this issue Jan 23, 2025 · 2 comments · May be fixed by #122
Open

Create component - Checkbox #47

B3nz01d opened this issue Jan 23, 2025 · 2 comments · May be fixed by #122
Assignees
Labels
⚛️ component 📱 demo app 📖 documentation Improvements or additions to documentation 🧰 library ⭐ v1.0 Tickets needed for mobile v1.0 release

Comments

@B3nz01d
Copy link
Collaborator

B3nz01d commented Jan 23, 2025

Description

As a user of the Ouds library
I want to be able to use the component
So that I can add an Ouds component in my own projects

As a user of the library
I want to be able to use the component
So that I have access to the documentation on how to use it

As a user of the Demo App
I want to access the Component
So that I can understand how to use it:

  • while using the demo app I can interact with the available options and observe the changes on the component itself
  • I can see the code associated to the component customization
  • I can copy and paste the code from the app based on the selected customization
  • or when looking into the code of the app itself, I would also understand how to use it

Context

The component is described in the Design tools and allows to describe the various states and variants.

Variants

TBD

Demo App

TBD

@Tayebsed93 Tayebsed93 moved this from Triage to In Progress in ⚛️ [OUDS] Project Apr 1, 2025
@Tayebsed93 Tayebsed93 self-assigned this Apr 1, 2025
@Tayebsed93 Tayebsed93 linked a pull request Apr 1, 2025 that will close this issue
12 tasks
@Tayebsed93 Tayebsed93 linked a pull request Apr 2, 2025 that will close this issue
12 tasks
@paulinea
Copy link
Member

paulinea commented Apr 9, 2025

@Tayebsed93 This component must handle the high contrast mode: the checkbox (border and indicator) must be displayed in black over white in light mode. No change required in dark mode.
This will be the same thing for the radio button. You can check on Android how it has been done if you want.

@Tayebsed93 Tayebsed93 added the ⭐ v1.0 Tickets needed for mobile v1.0 release label Apr 10, 2025
@Tayebsed93
Copy link
Collaborator

@Tayebsed93 This component must handle the high contrast mode: the checkbox (border and indicator) must be displayed in black over white in light mode. No change required in dark mode. This will be the same thing for the radio button. You can check on Android how it has been done if you want.

@paulinea Thanks for the reminder, I hadn’t paid attention to that. I’ll dig into the Android part

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚛️ component 📱 demo app 📖 documentation Improvements or additions to documentation 🧰 library ⭐ v1.0 Tickets needed for mobile v1.0 release
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

3 participants