0.0.25 • Published 2 years ago

paperui-web v0.0.25

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Documentation

Installation

CDN

Import Paper UI web components using CDN. The all.min.js file will automatically import all styles and JavaScript files into the <head>.

<script type="module" src="https://unpkg.com/paperui-web"></script>

🚧 Development

<script type="module" src="https://unpkg.com/paperui-web@latest"></script>

NPM

Install Paper UI web components using npm and node.

npm install paperui-web

Import

Import element definitions from paperui-web/<component>/<component>.js.

index.js

import 'paperui-web/switch/switch.js';
import 'paperui-web/checkbox/checkbox.js';

Usage

Use the <component-name> tag in HTML markup. Refer to the Component Docs for more guidance on using each component. That's it 🎉.

HTML

<media-button-filled>Filled</media-button-filled>
<media-button-outlined>Outlined</media-button-outlined>
<media-switch></media-switch>
<media-switch disabled checked></media-switch>

Check out the demo on codepen.

Copyright and license

Licensed under the MIT License, Copyright © 2024-present Opensource-Paper.

See LICENSE for more information.

0.0.25

2 years ago

0.0.24

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago