Socket
Socket
Sign inDemoInstall

@lendi-ui/typography

Package Overview
Dependencies
7
Maintainers
44
Versions
161
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @lendi-ui/typography

Typography including Body, Heading, Overline, and Link.


Version published
Weekly downloads
185
decreased by-37.71%
Maintainers
44
Created
Weekly downloads
 

Readme

Source

@lendi-ui/typography

Typography including Body, Heading, Overline, and Link.

Installation

yarn add @lendi-ui/typography

Usage

  • Body
import { Body } from '@lendi-ui/typography';
<Body size="lg" color="warn.500">
  The quick brown fox jumps over the lazy dog
</Body>;
  • Heading
import { Heading } from '@lendi-ui/typography';
<Heading size="lg" color="warn.500">
  The quick brown fox jumps over the lazy dog
</Heading>;
  • Link
import { Link } from '@lendi-ui/typography';
<Link>quick brown fox</Link>;
  • Overline
import { Overline } from '@lendi-ui/typography';
<Overline>quick brown fox</Overline>;

FAQs

Last updated on 08 Mar 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc