Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

essence-paper

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

essence-paper

Essence Paper - Paper component

latest
Source
npmnpm
Version
1.0.6
Version published
Weekly downloads
1
-93.75%
Maintainers
3
Weekly downloads
 
Created
Source

Essence Paper - Paper component

Option:

  • type: paper type from Paper list (sharp or circle), as default there is no type

How to use

import Paper from 'essence-paper';

/* Simple Paper */
<Paper className={'e-text-blue-400 e-background-white'}>
 <Text type={'small'}>Paper</Text>
</Paper>

/* Paper Sharp */
<Paper type={'sharp'} className={'e-text-yellow-600 e-background-white'}>
 <Text type={'small'}>Sharp</Text>
</Paper>

/* Paper Circle */
<Paper type={'circle'} className={'e-text-red-400 e-background-white'}>
 <Text type={'small'}>Circle</Text>
</Paper>

Keywords

color palette

FAQs

Package last updated on 07 Apr 2016

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