@amiceli/papierjs
TypeScript icon, indicating that this package has built-in type declarations

0.8.0 • Public • Published

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:

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

Component features :

  • [X] dropdown since
  • [X] p-leaf allow to use papercss style anywhere
  • [X] notification
  • [ ] spinner
  • [ ] password
  • [X] 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'

defineCustomElements()

To run project

To build project :

npm install
npm run build
npm run build-storybook

To run storybook :

npm run build:watch
npm run storybook

Readme

Keywords

Package Sidebar

Install

npm i @amiceli/papierjs

Weekly Downloads

76

Version

0.8.0

License

MIT

Unpacked Size

12.8 MB

Total Files

387

Last publish

Collaborators

  • amiceli