cesium / atomic

⚛️ De-engineered bifurcarted intranet
MIT License
40 stars 8 forks source link

feat: button and spinner components #478

Closed joaodiaslobo closed 7 months ago

joaodiaslobo commented 7 months ago

Very complete button component with colors, icons, sizes, variants, loading state, etc. Also adds a loading spinner component.

image image image image
joaodiaslobo commented 7 months ago

Just like in this storybook example, it would be nice to show the differences between the different buttons.

Here's how our buttons currently look: (image)

@MarioRodrigues10 It seems like the CSS classes aren't loading properly on your side! Probably because you haven't updated your Tailwind CSS version. Please run mix tailwind.install

MarioRodrigues10 commented 7 months ago

@joaodiaslobo , could you add that command to mix setup ?