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.
Features
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
Name | Description | Type | Default |
---|---|---|---|
columns | -- | any | -- |
gap | -- | any | -- |
itemClassName | The class name of the item | string | -- |
itemStyle | The style of the item | {} | -- |
items | The array of feature items | FeatureItem[] | (required) |
maxWidth | -- | number | -- |