MagnusPladsen / basekit-ui

Simple base UI component library for REACT – install and use it immediately, no configuration required.
https://basekitui.pladsen.dev/
MIT License
1 stars 0 forks source link

Button default styling is done #4

Closed MagnusPladsen closed 1 month ago

MagnusPladsen commented 1 month ago

The Button component is still under work. Default styling for the three variants of the button is now done. ClassName prop for forwarding tailwind classes, Href prop that renders anchor element around the button if provided.

Many more props are being developed.

Example. Size, fontSize, startIcon, endIcon, onClick..

This is just an very early alpha version of the button.