You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auth layout issues and icon color issue (0d782d0), closes #82
Features
add scrollable prop to <Tabs>. tabs can now be scrolled horizontally. (85a6edf)
added new src prop, for inserting SVG files into <Icon> component (e11e0a4)
Divider updated to also contain text, aligned either left, right or center, using orientation prop. also added a light prop, useful for showing more subtle divider lines. (81e8ca5)
initial <Tabs> component changes implemented. supports type prop, with pills and underlined. <Tabs> also supports panel children. (6a533ec)
temporary fix added for as tailwind @base styles adds a chevron to selects (e0edc8e)
Features
now supports placement prop (130fa49)
add autofocus prop to Input, Select and TextArea. (805083e)
Close button added, which can be shown with new prop closable (b5b4da7)
initial attempt at adding , and components and sub components. (662f98e)