🚀
Migrating to rocket-ui
  • ✈️Migrating from Material-UI v4 to v5
  • @totalsoft/rocket-ui Components (TS)
    • Getting started
    • Migrating from @totalsoft_oss/rocket-ui.core
  • (DEPRECATED) @totalsoft_oss/rocket-ui Bit Components
    • 🔘Buttons
    • 📊Charts
    • 💻Data-display
    • 👏Feedback
    • 🔣Inputs
    • 🗂️Surfaces
    • 🛶Navigation
Powered by GitBook
On this page
  1. (DEPRECATED) @totalsoft_oss/rocket-ui Bit Components

Surfaces

Changelog

Accordion

Breaking changes

  • content prop has been removed

New features

  • new variant prop which allows you to choose between standard and filled content

  • new title and details props

AccordionList

New features

  • new component with whom the user can render a list of accordions

Card

Breaking changes

  • content is now wrapped in CardContent component which adds a padding to it; to not render CardContent, use the disablePadding prop

Fixes

  • fixed the gradient background color for colored cards

New features

  • new variant prop which allows you to choose between standard and filled header

  • new props: actions, title, subheader, headerProps, footer, footerProps, mediaProps allow you to include CardHeader, CardMedia and CardActions in your card

  • in the new mediaProps you can still set the size property for some default sizes

  • note: caller must specify height otherwise the image will not be visible.

CardActions
  • new component

CardHeader (old CardTitle)

Breaking changes

  • subtitle prop is now called subheader

New features

  • new variant prop which allows you to choose between standard and filled header

ChartCard
  • component has been removed; use StatsChart instead.

CollapseCard
  • new component that can receive an icon or not

  • slightly changed styles compared to the old IconCollapseCard (which has been removed)

IconCard
  • component has been removed; use Card with icon prop instead.

IconCollapseCard
  • component has been removed; use CollapseCard with icon prop instead.

  • in the new CollapseCard, summary prop has been replace with subheader.

StatsCard
  • subContent, statLink, StatIcon and statIconColor props have been removed

  • Icon prop has been renamed to icon

RegularCard
  • component has been removed, use Card instead

  • cardSubtitle prop is now subheader

  • use headerProps to replace the behavior of titleAlign and subtitleAlign

PreviousInputsNextNavigation

Last updated 2 years ago

🗂️