1.2.132 • Published 2 years ago

granum v1.2.132

Weekly downloads
852
License
MIT
Repository
github
Last release
2 years 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.130

2 years ago

1.2.132

2 years ago

1.2.131

2 years ago

1.2.129

2 years ago

1.2.127

2 years ago

1.2.128

2 years ago

1.2.123

3 years ago

1.2.122

3 years ago

1.2.125

3 years ago

1.2.124

3 years ago

1.2.126

3 years ago

1.2.121

3 years ago

1.2.120

3 years ago

1.2.119

3 years ago

1.2.112

3 years ago

1.2.111

3 years ago

1.2.114

3 years ago

1.2.113

3 years ago

1.2.116

3 years ago

1.2.115

3 years ago

1.2.118

3 years ago

1.2.117

3 years ago

1.2.110

3 years ago

1.2.109

3 years ago

1.2.108

3 years ago

1.2.107

4 years ago

1.2.106

4 years ago

1.2.99

4 years ago

1.2.101

4 years ago

1.2.100

4 years ago

1.2.103

4 years ago

1.2.102

4 years ago

1.2.104

4 years ago

1.2.92

4 years ago

1.2.93

4 years ago

1.2.91

4 years ago

1.2.96

4 years ago

1.2.97

4 years ago

1.2.94

4 years ago

1.2.95

4 years ago

1.2.98

4 years ago

1.2.89

4 years ago

1.2.88

4 years ago

1.2.90

4 years ago

1.2.87

4 years ago

1.2.86

5 years ago

1.2.81

5 years ago

1.2.82

5 years ago

1.2.85

5 years ago

1.2.83

5 years ago

1.2.84

5 years ago

1.2.80

5 years ago

1.2.79

5 years ago

1.2.78

5 years ago

1.2.77

5 years ago

1.2.76

5 years ago

1.2.74

5 years ago

1.2.75

5 years ago

1.2.73

5 years ago

1.2.72

5 years ago

1.2.71

5 years ago

1.2.70

5 years ago

1.2.68

5 years ago

1.2.69

5 years ago

1.2.64

5 years ago

1.2.67

5 years ago

1.2.65

5 years ago

1.2.66

5 years ago

1.2.63

5 years ago

1.2.62

5 years ago

1.2.60

5 years ago

1.2.61

5 years ago

1.2.58

5 years ago

1.2.59

5 years ago

1.2.57

5 years ago

1.2.56

5 years ago

1.2.55

5 years ago

1.2.54

5 years ago

1.2.52

5 years ago

1.2.53

5 years ago

1.2.50

5 years ago

1.2.51

5 years ago

1.2.49

5 years ago

1.2.48

5 years ago

1.2.41

5 years ago

1.2.42

5 years ago

1.2.40

5 years ago

1.2.45

5 years ago

1.2.46

5 years ago

1.2.43

5 years ago

1.2.44

5 years ago

1.2.47

5 years ago

1.2.39

5 years ago

1.2.36

5 years ago

1.2.37

5 years ago

1.2.35

5 years ago

1.2.34

5 years ago

1.2.32

5 years ago

1.2.33

5 years ago

1.2.31

5 years ago

1.2.28

5 years ago

1.2.29

5 years ago

1.2.30

5 years ago

1.2.27

5 years ago

1.2.25

5 years ago

1.2.26

5 years ago

1.2.23

5 years ago

1.2.24

5 years ago

1.2.22

5 years ago

1.2.21

5 years ago

1.2.20

5 years ago

1.2.19

5 years ago

1.2.18

5 years ago

1.2.16

5 years ago

1.2.17

5 years ago

1.2.15

5 years ago

1.2.12

5 years ago

1.2.11

5 years ago

1.2.14

5 years ago

1.2.9

5 years ago

1.2.10

5 years ago

1.2.8

5 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.1

5 years ago

1.1.2

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago