Skip to content

js (utils) and css (rosebox) libraries used in my projects

Notifications You must be signed in to change notification settings

KraXen72/roseboxlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roseboxlib

a library that contains:

  • utils.js - my universal js utils
  • roseboxlib.css - rosebox style css

usage

web development / any general enviroment

utils.js: https://kraxen72.github.io/roseboxlib/utils.js
roseboxlib.css https://kraxen72.github.io/roseboxlib/roseboxlib.css

importing

import js: <script type="text/javascript" src="https://kraxen72.github.io/roseboxlib/utils.js"></script>
import css in html: <link href="https://kraxen72.github.io/roseboxlib/roseboxlib.css" rel="stylesheet">
import css in css: @import url('https://kraxen72.github.io/roseboxlib/roseboxlib.css');

using nodejs

this repo is a fully functional npm package so you can just yarn add https://github.com/KraXen72/roseboxlib.git --save or npm i https://github.com/KraXen72/roseboxlib.git --save-dev

then just import the files from ./node_modules/roseboxlib depending on your enviroment
example: electron
const utils = require('./node_modules/roseboxlib/utils.js')

About

js (utils) and css (rosebox) libraries used in my projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published