Features

The Features component is used to display a list of feature items. It receives an array of feature items and renders them using the Item component. It also allows customization of the maximum width of the content, the class name and style of each item.

import { Features } from '@lobehub/ui/awesome';

Default

Themeable

Provides a simple way to customize default themes, you can change the colors, fonts, breakpoints and everything you need.

Fast

voids unnecessary styles props at runtime, making it more performant than other UI libraries.

Light & Dark UI

Automatic dark mode recognition, NextUI automatically changes the theme when detects HTML theme prop changes.

APIs

NameDescriptionTypeDefault
columns--any--
gap--any--
itemClassNameThe class name of the itemstring--
itemStyleThe style of the item{}--
itemsThe array of feature itemsFeatureItem[](required)
maxWidth--number--