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

12 commits

Author SHA1 Message Date
a132109836
🔨 Configure rollup 2021-08-28 06:02:18 +02:00
0f60790bd2
⬆ Add rollup and its plugins as a dependency 2021-08-28 05:48:52 +02:00
4ba7e87020
🧹 Remove webpack 2021-08-28 05:43:20 +02:00
7c714ad848
🐛 Fix missing style-loader (#3) 2021-08-28 05:28:28 +02:00
115e9010f3
🔨 Use directly webpack instead of create-react-app (#2)
* 💥 Start building webpack config
* 💥 Working config, includes depends
* 💥 Production config, possibly working?
* 💥 Fix a few more things
2021-08-26 04:23:34 +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
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