Lemoncode / quickmock

MIT License
30 stars 17 forks source link

Create Toolbar #11

Closed brauliodiez closed 2 months ago

brauliodiez commented 3 months ago

** Pending on main theme / global CSS creation

Create the top toolbar

image

When clicking on the buttons right now just display a console.log with the name of the action executed

We take as reference MongoModeler

image

https://github.com/Lemoncode/mongo-modeler/tree/vnext/src/pods/toolbar

Generic toolbar button

https://github.com/Lemoncode/mongo-modeler/blob/vnext/src/pods/toolbar/components/toolbar-button/toolbarButton.component.tsx

Specific buttons

https://github.com/Lemoncode/mongo-modeler/tree/vnext/src/pods/toolbar/components

Toolbar

https://github.com/Lemoncode/mongo-modeler/blob/vnext/src/pods/toolbar/components/toolbar-button/toolbarButton.component.tsx