themesberg / flowbite-react

Official React components built for Flowbite and Tailwind CSS
https://flowbite-react.com
MIT License
1.78k stars 396 forks source link

Fix/timeline vertical #1224

Closed revuwem closed 3 weeks ago

revuwem commented 6 months ago

Fixed the problem with vertical-oriented <Timeline.Content /> component style. The root.base class theme prop is now independent on orientation. The optional root.vertical and root.horizontal props were introduced to make orientation-specific style changes.

Fix #1196

If there are breaking API changes - like adding or removing props, or changing the structure of the theme - describe them, and provide steps to update existing code.

interface FlowbiteTimelineContentTheme has been changed. The theme now supports optional root.vertical and root.horizontal props.

vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
flowbite-react ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 5, 2024 0:11am
vercel[bot] commented 3 months ago

Deployment failed with the following error:

Creating the Deployment Timed Out.
SutuSebastian commented 3 weeks ago

ported to #1430 due to new monorepo structure