Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lendi-ui/feature-panel

Package Overview
Dependencies
Maintainers
44
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lendi-ui/feature-panel

A <ComponentName> component.

  • 4.1.14
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-87.5%
Maintainers
44
Weekly downloads
 
Created
Source

@lendi-ui/feature-panel

A component.

Installation

yarn add @lendi-ui/feature-panel

Usage

import { FeaturePanel } from '@lendi-ui/feature-panel';

<FeaturePanel>
  <FeaturePanel.Item
    icon={<MortgageProtectInsurance color="primary.500" />}
    title="Choose from 35+ lenders"
    subtitle="It pays to shop around. We match you with the right loan for your specific needs and preferences."
  />
  <FeaturePanel.Item
    icon={<MortgageProtectInsurance color="primary.500" />}
    title="We do the heavy lifting"
    subtitle="Sit back and relax. Once you've chosen your loan, we'll submit, package and guide it all the way to settlement."
  />
  <FeaturePanel.Item
    icon={<MortgageProtectInsurance color="primary.500" />}
    title="Ask us anything"
    subtitle="There is no such thing as a stupid question. We're here to share unlimited advice every step of the way."
  />
  <FeaturePanel.Item
    icon={<MortgageProtectInsurance color="primary.500" />}
    title="Easy online tools"
    subtitle="Upload your documents online and get approved faster. You can check your loan's progress 24/7."
  />
</FeaturePanel>;

Properties

  • FeaturePanel.Item
<PropTable>
  <PropTable.Entry name="icon" type="React.ReactNode" description="LUI icon"/>
  <PropTable.Entry name="subtitle" type="React.ReactNode" description="Feature panel single item subtitle"/>
  <PropTable.Entry name="title" type="React.ReactNode" description="Feature panel single item title"/>
</PropTable>
  • FeaturePanel
<PropTable>
  <PropTable.Entry name="FeaturePanel.Item" type="React.ReactElement<FeatureItemProps> | React.ReactElement<FeatureItemProps>[]" description="Feature panel wrapper"/>
</PropTable>

FAQs

Package last updated on 29 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc