0.2.1
๐พ ๐ฆ
Repository
Current version released
2 years ago
What is this?
A pure-js toolkit for UI elements that I made mostly for myself.
How to use
import { css, components, Column, Row, askForFiles, showToast, Code, Markdown, Input, Button, Checkbox, Dropdown, popUp, Toastify, cx, } from "https://deno.land/x/good_component@0.2.1/elements.js"
import { fadeIn, fadeOut } from "https://deno.land/x/good_component@0.2.1/main/animations.js"
showToast("Howdy!", {
backgroundColor: "#7D0A0A",
position: 'right',
gravity: "bottom",
duration: 8000,
})How to build
deno install -n deno_bundle -Afr https://raw.githubusercontent.com/jeff-hykin/deno_bundle/master/main.js
deno_bundle ./elements.jsx > ./elements.js