New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@amiceli/papierjs

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amiceli/papierjs

Papercss web components

latest
Source
npmnpm
Version
0.14.1
Version published
Maintainers
1
Created
Source

Built With Stencil

papierjs - papercss with web components

papierjs (papier is paper in french) provides web component built with stencil with papercss style.

papierjs will implements new components not in papercss like dropdown.

Available components:

  • Button
  • Alert
  • Progress bar
  • Text input
  • Badge
  • Slider
  • Card
  • Breadcrumb
  • Modals
  • Switch / Switch Tile
  • NavBar
  • Tabs
  • Popover as tooltip
  • Icon (with pixelarticons)

Component features :

  • dropdown since
  • p-leaf allow to use papercss style anywhere
  • notification
  • spinner
  • password
  • accordion

Using papercss

papierjs uses papercss style only in shadow root. So you don't need to import papercss.

Papercss style isn't applied on your website.

Install

npm install @amiceli/papierjs -S

Init components :

import { defineCustomElements } from '@amiceli/papierjs/loader'

defineCustomElements()

To run project

To build project :

npm install
npm run build:all

To run histoire :

npm run dev

Keywords

stencil

FAQs

Package last updated on 31 Mar 2026

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