bratislava / component-library

WIP - repo that should contain all the necessary parts of the future component library
0 stars 0 forks source link

Initial work on button export from ba #13

Open ValkovMirec opened 7 months ago

ValkovMirec commented 7 months ago

This is WIP branch for extracting Button new component from bratislava.

In progress: figuring out how to use properly next-plausible trough context wrapper. It's needed to sort out TS errors with usePlausible so I can start properly testing it in bratislava.

ValkovMirec commented 7 months ago

Added main colors for button to use, sorted out MLink + Button showcase. Button with links are not added to showcase in commit no. 50ec9e5 because it depends on consuming project context, which provides Link component. That is, if I import button with link in showcase, it will throw error with refs. I'll start to test this in bratislava.sk ASAP.