Components
Classes
Types
No results found.
If this is a bug, please report it.
Scroll
Open
Sometimes we miss things. We rely on user feedback to tell us how we're doing.
Icons are Lucide React icons with added props to control size with fontClass.
<Icon name="airplay" color="primary" fontClass="title2" />
Note: Other React frameworks are not currently supported, but they might still work. Try at your own risk.
Method | Instructions |
---|---|
LiftKit CLI |
From any Next.js project, run the following command in your terminal.
npm run add icon
content_copy
|
Github | open_in_new View on Github |
Method | Instructions |
---|---|
Webflow | open_in_new Clone from Made In Webflow |
Figma | open_in_new Clone from Figma Community |
Props unique to this component.
Name | Required | Type | Description | Default Val |
---|---|---|---|---|
color | no | LkColor | "currentColor" | Color of the icon | undefined |
display | no | "block" | "inline-block" | "inline" | Sets the display type of the icon container | undefined |
fontClass | no | Exclude<LkFontClass, `${string}-bold` | `${string}-mono`> | Font styling class to apply (excluding bold and mono variants) | undefined |
name | no | IconName | The name of the icon to render | undefined |
opticShift | no | boolean | If true, pulls icon slightly upward | undefined |
strokeWidth | no | number | Stroke width of the icon | undefined |
Props with globally-defined behavior that are used in multiple components.
Common Props | Status |
---|---|
{children} | Not Supported |
Native HTML attributes | Supported |