eBay / ebayui-core-react

eBayUI React components
https://opensource.ebay.com/ebayui-core-react/main/
MIT License
38 stars 32 forks source link

Update docs: Add reference to floating labels CSS #299

Closed bjoernr-de closed 11 months ago

bjoernr-de commented 11 months ago

Updated documentation to include the necessary CSS for proper functioning of floating labels.

When utilizing the ebay-textbox element alongside floating labels, it didn't function as expected. The solution was to include the floating-label CSS file, which resolved the issue.

I presume the same applies to ebay-listbox-button and ebay-select elements, although I have not tested it.