Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicanor008/fly

Pagination, Toast & Date-picker web components. Ready to use in any web development flow
https://github.com/nicanor008/fly

date-picker library pagination pagination-library shadow-dom toast toast-library web web-components web-components-api web-components-library

Last synced: 1 day ago
JSON representation

Pagination, Toast & Date-picker web components. Ready to use in any web development flow

Awesome Lists containing this project

README

        

## About fly
This repository is a learning resource for understanding and creating web components using vanilla JavaScript. Web components are a set of web platform APIs that allow you to create reusable custom elements in web pages and web apps.

Some of the components included are, not all complete though:
- Date-picker
- Pagination
- Toast notification

## How to use
Check out the demo images on https://fly.nicanor.me. In your root index.html, import any component you want to use:

### Pagination component
```javascript

```

### Toast component
```javascript

```

### Date Picker component
```javascript

```

![fly](assets/fly.png)