New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hixme-ui/title

Package Overview
Dependencies
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hixme-ui/title

hixme-ui title component. Like <Text />, but bigger.

1.20.2
npm
Version published
Weekly downloads
83
176.67%
Maintainers
3
Weekly downloads
 
Created
Source

Title

npm i --save @hixme-ui/title

View it live

Title extends the @hixme/text component properties. Defaults to font size of 34px. Margin and padding default to 0px.

Usage

import Title from '@hixme-ui/title'


<Title>Big loud text!</Title>

<Title jumbo>Jumbo title for attention</Title>

// use <Text> props as usual
<Title primary>Primary color title</Title>

Props

NameTypeValue
jumbobool38px
smallbool28px
smallerbool20px
smallestbool18px
marginstring0px
paddingstring0px

Keywords

react

FAQs

Package last updated on 13 Mar 2019

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