Nathan Vasse
33c5866c28
♻️ (docs) various update for storybook
...
Color fixes due to new tokens architecture and few rewords.
2025-09-23 15:58:43 +02:00
Nathan Panchout
43337d4f7f
🎨 (react) enhance FormExemples stories
...
update FormExemples stories with new css variables introduce
with the new tokens architectures
2025-09-23 15:58:43 +02:00
Nathan Vasse
5446d70bca
📝 (react) fix RHF login example
...
This story was broken due to incorrect usage of FormProvider.
2024-03-18 16:48:35 +01:00
Nathan Vasse
b0eff283a1
📝 (react) enhance Application demo form
...
This form was not using multi select, adding it provides a way to
easily interact with all the form component in a single form making
sure they all work.
2024-02-12 11:46:09 +01:00
Nathan Vasse
65850dc72f
📝 (react) add TextArea to form examples
...
This is made to showcase the TextArea in real world use cases.
2023-10-24 11:56:47 +02:00
Nathan Vasse
d39d33d02c
🐛 (react) fix inputs overflowing placeholder
...
The oveflowing labels were spreading on two lines. I had to wrap a
span inside a label in order to be able to deal with the text-oveflow
plus the absolute positionning.
2023-10-16 12:01:35 +02:00
Nathan Vasse
b0d68becfe
♻️ (react) update stories for themes
...
The stories do not need CunninghamProvider anymore since it is
handled by the configuration for the themes support. Some stories
were also using wrong colors that didn't handle multiple themes.
2023-10-04 15:18:00 +02:00
Romain Le Cellier
034e299407
♻️ (react) fix rhf reset with Input
...
when using reset(), Input field value wasn't updated
2023-09-27 15:38:48 +02:00
Nathan Vasse
8086a48672
📝 (react) improve form examples
...
We decided to improve the examples to fit better the guidelines of the
design-system.
2023-09-11 12:07:49 +02:00
Nathan Vasse
4c64cb3993
📝 (react) add disabled form example
...
Before it wasn't really handy to see form inputs next to each other
in order to make sure that their style is homogeneous when being
disabled.
2023-09-11 12:07:49 +02:00
Nathan Vasse
468c8161eb
📝 (react) add RHF examples
...
Rework a bit the recent work made on RHF example to make some component
more generic, such as RhfSelect and RhfDatepicker, which is based on a
design using RHF context hooks to provide a seamless integration.
Fixes #144
2023-09-05 11:15:51 +02:00
Romain Le Cellier
5dde74c10d
📝 (react) react-hook-form forms Sports examples
...
Our forms needs to be usable with react-hook-form
2023-08-07 16:25:00 +02:00
Romain Le Cellier
d0941ae0a7
📝 (react) react-hook-form forms Login examples
...
Our forms needs to be usable with react-hook-form
2023-08-07 16:25:00 +02:00
Nathan Vasse
ef344e0aee
📝 (react) add FileUploader to example
...
The goal is to give a real-life showcase of our components.
2023-06-28 16:20:17 +02:00
Nathan Vasse
10a28d5e22
📝 (react) add multi select to form example
...
This way we can showcase the multi select in real life conditions.
2023-06-19 15:04:05 +02:00
Nathan Vasse
0153b5043b
📝 (react) add forms examples to documentation
...
We think doing this really illustrates what the design system looks
in real life, all components living together next to each other.
2023-06-01 12:05:32 +02:00
Nathan Vasse
30d08a956b
✨ (react) add fullWidth props to Button
...
Can be useful in many situations.
2023-06-01 12:05:32 +02:00