1.2.128 • Published 5 months ago

granum v1.2.128

Weekly downloads
852
License
MIT
Repository
github
Last release
5 months ago

Granum

CSS micro framework.
Ultra compact set of styles and behaviours for basic web pages.

3 KB minified and gzipped.
10 KB with icons, components and some JavaScript.

Demo · Docs

Usage

npm

npm install granum

Manual

Download and include scripts from dist directory.

<link rel="stylesheet" href="granum.css">
<!-- optional -->
<link rel="stylesheet" href="granum-icons.css">
<link rel="stylesheet" href="granum-icons-ext.css">
<link rel="stylesheet" href="granum-dropdown.css">
<link rel="stylesheet" href="granum-grid.css">
<script src="granum.js" defer></script>
<script src="granum-gallery.js" defer></script>
<script src="granum-dialog.js" defer></script>
<script src="granum-lookup.js" defer></script>
<script src="granum-calendar.js" defer></script>
<script src="granum-restore.js" defer></script>
<script src="granum-edit.js" defer></script>
<script src="granum-drag.js" defer></script>
<script src="granum-split.js" defer></script>

Bundled styles and scripts are also available:

<link rel="stylesheet" href="granum-full.css">
<script src="granum-full.js" defer></script>

Styles with extended iconset and splitter script:

<link rel="stylesheet" href="granum-ext.css">
<script src="granum-ext.js" defer></script>

CDN

<link rel="stylesheet" href="https://unpkg.com/granum">
<!-- optional -->
<link rel="stylesheet" href="https://unpkg.com/granum/dist/granum-icons.min.css">
<link rel="stylesheet" href="https://unpkg.com/granum/dist/granum-icons-ext.min.css">
<link rel="stylesheet" href="https://unpkg.com/granum/dist/granum-dropdown.min.css">
<link rel="stylesheet" href="https://unpkg.com/granum/dist/granum-grid.min.css">
<script src="https://unpkg.com/granum/dist/granum.min.js" defer></script>
<script src="https://unpkg.com/granum/dist/granum-gallery.min.js" defer></script>
<script src="https://unpkg.com/granum/dist/granum-dialog.min.js" defer></script>
<script src="https://unpkg.com/granum/dist/granum-lookup.min.js" defer></script>
<script src="https://unpkg.com/granum/dist/granum-calendar.min.js" defer></script>
<script src="https://unpkg.com/granum/dist/granum-restore.min.js" defer></script>
<script src="https://unpkg.com/granum/dist/granum-edit.min.js" defer></script>
<script src="https://unpkg.com/granum/dist/granum-drag.min.js" defer></script>
<script src="https://unpkg.com/granum/dist/granum-split.min.js" defer></script>

Bundled styles and scripts are also available:

<link rel="stylesheet" href="https://unpkg.com/granum/dist/granum-full.min.css">
<script src="https://unpkg.com/granum/dist/granum-full.min.js" defer></script>

Styles with extended iconset and splitter script:

<link rel="stylesheet" href="https://unpkg.com/granum/dist/granum-ext.min.css">
<script src="https://unpkg.com/granum/dist/granum-ext.min.js" defer></script>

Features

  • lightweight
  • simple class names
  • modern
  • responsive
  • mobile friendly
  • semantic
  • valid
  • cross-browser
  • JavaScript is optional
  • neutral style
  • no floats
  • no hacks

Components

  • typography
  • link
  • responsive grid
  • list
  • table
  • form
  • button
  • navbar
  • modal
  • toggle
  • tabs
  • tag
  • progress bar
  • colors
  • media object
  • full height
  • with granum-icons.css
    • icons
    • spinner
  • with granum-dropdown.css
    • dropdown
    • popup
    • tooltip
  • with granum-grid.css
    • advanced grid
    • cell widths: auto, fractional, regular
    • gaps and padding
    • responsive
    • push cell
    • control wrapping
  • with granum.js
    • confirm
    • prompt
    • toggle class (with link or input)
    • responsive class
    • custom responsive breakpoints
    • populate inputs from URL
    • align table columns
    • check group of checkboxes
    • copy, remove, order items
  • with granum-gallery.js
    • gallery
  • with granum-dialog.js
    • custom alert, confirm, prompt dialogs
  • with granum-lookup.js and granum-dropdown.css
    • lookup input
  • with granum-calendar.js and granum-dropdown.css
    • date input
  • with granum-restore.js
    • automatically restore from data
  • with granum-editor.js
    • contenteditable
  • with granum-drag.js
    • draggable (table rows, list items)
  • with granum-split.js and granum-grid.css
    • vertical and horizontal splitter

CSS classes

  • .row .col-X .resp .vert .tabs
  • .fit .mar .pad .bord .rad .shade .stack .field
  • .bg .bg-X .back .text-X .hover .act
  • .l .r .c .center .wrap .full .mid
  • .roll .stick .tag .bar
  • .fix-head .fix-col
  • .serif .sans .mono .small .nobr .inv .invert
  • .target .hide .show .modal .drawer .pop .drop
  • .icon-X .empty .spot .spin
  • .grid .grid-X .flow .fill .pX .gX
  • .span-X .push .shift

JavaScript hooks

  • .toggle([href^="#"][data-nodes][data-set][data-unset][data-act][data-inact])
  • input[data-nodes][value][data-set][data-unset]
  • .dialog([data-prompt][data-default][title])
  • a.alert, a.confirm([data-param][data-def][title][data-caption][data-ok][data-cancel])
  • .lX .cX .rX
  • table.sort th.sort table[data-sort]
  • input[data-filter] table tbody tr
  • [data-check]
  • [data-get]
  • body[data-break] [data-resp]
  • [data-item][data-delete][data-keep][data-up][data-down]
  • .gallery a.pic
  • input[data-lookup][data-caption][data-goto][data-limit]
  • input.calendar[step], body[data-dt]="."
  • [contenteditable][data-for="ID_AREA"]
  • form[data-restore="IDENT"], input[data-unstore]
  • a[href="#ID_EDITOR"][data-cmd]([data-arg][data-ask][title])
  • .drag-container .drag-item (.drag-handle)
  • .row.split(.vert)

Browser suppport

Modern browsers and IE 11+.
Limited support for IE9 and IE10.

License

MIT

1.2.127

5 months ago

1.2.128

5 months ago

1.2.123

12 months ago

1.2.122

12 months ago

1.2.125

12 months ago

1.2.124

12 months ago

1.2.126

12 months ago

1.2.121

12 months ago

1.2.120

12 months ago

1.2.119

12 months ago

1.2.112

1 year ago

1.2.111

1 year ago

1.2.114

1 year ago

1.2.113

1 year ago

1.2.116

1 year ago

1.2.115

1 year ago

1.2.118

1 year ago

1.2.117

1 year ago

1.2.110

1 year ago

1.2.109

1 year ago

1.2.108

1 year ago

1.2.107

2 years ago

1.2.106

2 years ago

1.2.99

2 years ago

1.2.101

2 years ago

1.2.100

2 years ago

1.2.103

2 years ago

1.2.102

2 years ago

1.2.104

2 years ago

1.2.92

2 years ago

1.2.93

2 years ago

1.2.91

2 years ago

1.2.96

2 years ago

1.2.97

2 years ago

1.2.94

2 years ago

1.2.95

2 years ago

1.2.98

2 years ago

1.2.89

2 years ago

1.2.88

2 years ago

1.2.90

2 years ago

1.2.87

2 years ago

1.2.86

3 years ago

1.2.81

3 years ago

1.2.82

3 years ago

1.2.85

3 years ago

1.2.83

3 years ago

1.2.84

3 years ago

1.2.80

3 years ago

1.2.79

3 years ago

1.2.78

3 years ago

1.2.77

3 years ago

1.2.76

3 years ago

1.2.74

3 years ago

1.2.75

3 years ago

1.2.73

3 years ago

1.2.72

3 years ago

1.2.71

3 years ago

1.2.70

3 years ago

1.2.68

3 years ago

1.2.69

3 years ago

1.2.64

3 years ago

1.2.67

3 years ago

1.2.65

3 years ago

1.2.66

3 years ago

1.2.63

3 years ago

1.2.62

3 years ago

1.2.60

3 years ago

1.2.61

3 years ago

1.2.58

3 years ago

1.2.59

3 years ago

1.2.57

3 years ago

1.2.56

3 years ago

1.2.55

3 years ago

1.2.54

3 years ago

1.2.52

3 years ago

1.2.53

3 years ago

1.2.50

3 years ago

1.2.51

3 years ago

1.2.49

3 years ago

1.2.48

3 years ago

1.2.41

3 years ago

1.2.42

3 years ago

1.2.40

3 years ago

1.2.45

3 years ago

1.2.46

3 years ago

1.2.43

3 years ago

1.2.44

3 years ago

1.2.47

3 years ago

1.2.39

3 years ago

1.2.36

3 years ago

1.2.37

3 years ago

1.2.35

3 years ago

1.2.34

3 years ago

1.2.32

3 years ago

1.2.33

3 years ago

1.2.31

3 years ago

1.2.28

3 years ago

1.2.29

3 years ago

1.2.30

3 years ago

1.2.27

3 years ago

1.2.25

3 years ago

1.2.26

3 years ago

1.2.23

3 years ago

1.2.24

3 years ago

1.2.22

3 years ago

1.2.21

3 years ago

1.2.20

3 years ago

1.2.19

3 years ago

1.2.18

3 years ago

1.2.16

3 years ago

1.2.17

3 years ago

1.2.15

3 years ago

1.2.12

3 years ago

1.2.11

3 years ago

1.2.14

3 years ago

1.2.9

3 years ago

1.2.10

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago