1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 19:44:21 +00:00
Commit graph

7 commits

Author SHA1 Message Date
a992328352
🔧 Theme Storybook for bluelib-react 2021-08-24 13:06:28 +02:00
8b7c57aae6
Implement (properly) inputs and forms (#1)
* 🔧 Use `<label>` in the `ThreeRadios` and `ThreeCheckboxes` stories
* 🔧 Make `onChange` return void, as React does not support implicit preventDefault  
  https://reactjs.org/docs/handling-events.html
* 🚧 Some work on forms
* 💥 A huge non-atomic commit
* 💥 Another huge non-atomic commit
* 💥 The final non-atomic commit
* 💥 Just kidding, have another
* 🚧 A bit more
* 🚧 A bot more
*  Add `onSimpleChange` events
* 🚧 More work on inputs
*  Finish `FormRadioGroup`
*  Finish `FormCheckboxGroup`
*  Finish `Form`
* 💥 idk anymore
*  Add `Button` input
*  Add `FormRow` to forms
* 🔨 Fix storybook preview.js
* 🔧 Prevent button from submitting a form
* 📔 Fix a bit the Form story
* 💥 Tweak forms a bit more
2021-08-24 04:22:15 +02:00
ee0a7cebf9
⬆ Add storybook-deployer to the dependencies 2021-08-19 03:22:26 +02:00
99d2a420c3
Configure storybook and write first stories 2021-08-17 16:05:59 +02:00
516f155ebe
Create the base of the library 2021-08-16 19:10:23 +02:00
9952291e17
Initialize project 2021-08-14 17:02:47 +02:00
ac40ff2a27
Initialize project using Create React App 2021-08-14 15:56:05 +02:00