From b8c0dd217262c859dd14ecffd7c1b7c7a6b14198 Mon Sep 17 00:00:00 2001 From: ddroid Date: Tue, 7 Jan 2025 22:39:11 +0500 Subject: [PATCH 001/110] Boiler Plate --- .gitignore | 3 +++ README.md | 1 + bundle.js | 26 ++++++++++++++++++++++++++ demo/demo.js | 5 +++++ index.html | 9 +++++++++ package.json | 25 +++++++++++++++++++++++++ src/index.js | 16 ++++++++++++++++ 7 files changed, 85 insertions(+) create mode 100644 .gitignore create mode 100644 bundle.js create mode 100644 demo/demo.js create mode 100644 index.html create mode 100644 package.json create mode 100644 src/index.js diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7991f82 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/node_modules/* +/package-lock.json +/npm-debug.log \ No newline at end of file diff --git a/README.md b/README.md index 321b5ac..ab0f6dc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # ui-components + various ui-components diff --git a/bundle.js b/bundle.js new file mode 100644 index 0000000..82935fb --- /dev/null +++ b/bundle.js @@ -0,0 +1,26 @@ +(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;iUi Components for task-messenger +

These are some components that will be used in the task-messenger project.

+