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
6ede5afd9e
Add builtinColor prop, allowing to choose a builtin color without using bluelibClassNames
`customColor` has priority over it
2021-10-10 18:23:16 +02:00
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
632048601b
🚧 Start working on inputs (input-field) 2021-08-19 04:50:23 +02:00
75cb46a207
Add layouts 2021-08-17 17:45:29 +02:00
99d2a420c3
Configure storybook and write first stories 2021-08-17 16:05:59 +02:00
9952291e17
Initialize project 2021-08-14 17:02:47 +02:00