0.0.23 • Published 4 years ago

@jrg/ui v0.0.23

Weekly downloads
6
License
ISC
Repository
-
Last release
4 years ago

Jackie R. Gleason UI

This is my personal ui framework.

Intro

I wanted my UI framework to be Pure JS because I had no need for Typing. I am using Rollup becuase I think it is a great alternative to Babel and Webpack. Web Components were key and I wanted these to be isolated using ShadowDom. I also wanted to be able to "package" components in a single directory with native file-types.

Getting started

Add

<script src="//unpkg.com/@jrg/ui/target/jrg-ui.esm.mjs" type="module"></script>

To your existing site. Then start declaring components...

<jrg-top-bar-fixed></jrg-top-bar-fixed>
<div class="jrg-wrapper-main">
  <jrg-splash></jrg-splash>
  <jrg-sidebar url="/site.config.json"></jrg-sidebar>
</div>

Building

First install using npm install. Next to build run npm run rollup. Finally, to host the library locally use npm start.

0.0.21

4 years ago

0.0.22

4 years ago

0.0.23

4 years ago

0.0.20

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.12

5 years ago

0.0.13

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.6

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago