Socket
Socket
Sign inDemoInstall

@littlespoon/typography

Package Overview
Dependencies
83
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @littlespoon/typography

Little Spoon typography


Version published
Weekly downloads
187
decreased by-15%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

@littlespoon/typography

NPM version

Install

Yarn:

yarn add @littlespoon/typography

npm:

npm install @littlespoon/typography --save

UNPKG

Usage

Import component:

import Typography from '@littlespoon/typography'

Render paragraph:

<Typography>This is a paragraph</Typography>

Render paragraph styled as h1:

<Typography variant="h1">This is a paragraph</Typography>

Render h1:

<Typography as="h1">This is a heading</Typography>

Render h1 styled as h2:

<Typography as="h1" variant="h2">
  This is a heading
</Typography>

Keywords

FAQs

Last updated on 04 Jan 2024

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