0.6.15 • Published 8 years ago

vivi v0.6.15

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

Vivi

Vivi is a collection of UI-components oriented to the creation of dashboards and back offices.

Installation

Install vivi with npm: $ npm install vivi --save

Usage

Vivi requires to be used with a bundler like webpack or browserify. Using es6 syntax you could require components in two ways:

  • import { Select } from 'vivi';
  • import Select from 'vivi/lib/Select';

Please not that requiring vivi will pull the whole package (also requiring all the optional dependencies), so you can save a lot of space importing the single components directly.

Development

  • Clone the repository;
  • Install dependencies with npm install;
  • Type npm start to compile the source code and watch for changes;

A demo page where you can see in action all the components could be found at http://localhost:3001/. Alternatively you could use storybook to work with components in many different scenarios. To launch storybook's server simple type npm run storybook and point your browser to http://localhost:9001/.

External dependencies

Vivi requires external dependencies in order to work, some globally and some optionally (needed only for specific components);

Required dependencies:

  • lodash: >= 4.0.0
  • react: >= 16.x
  • react-dom: >= 16.x
  • react-addons-shallow-compare: >= 15.x

Optional dependencies:

  • flatpickr: >= 3.0.0 (required for DatePicker)
  • react-modal: >= 2.0.0 (required for Modal)
  • react-virtualized: >= 9.0.0 (required for Table)
  • rc-pagination: >= 1.0.0 (required for Paginator)
  • rc-tooltip: >= 3.0.0 (required for Tooltip)
  • react-select: 1.0.0 (required for Select, SelectAsync and Paginator)
  • react-timeago: >= 3.0.0 (required for TimeAgo)
0.6.15

8 years ago

0.6.14

8 years ago

0.6.13

8 years ago

0.6.12

8 years ago

0.6.11

8 years ago

0.6.10

8 years ago

0.6.9

8 years ago

0.6.8

8 years ago

0.6.7

8 years ago

0.6.6

9 years ago

0.6.5

9 years ago

0.6.4

9 years ago

0.6.3

9 years ago

0.6.2

9 years ago

0.6.1

9 years ago

0.6.0

9 years ago

0.5.16

9 years ago

0.5.14

9 years ago

0.5.13

9 years ago

0.5.12

9 years ago

0.5.11

9 years ago

0.5.10

9 years ago

0.5.9

9 years ago

0.5.8

9 years ago

0.5.7

9 years ago

0.5.6

9 years ago

0.5.5

9 years ago

0.5.4

9 years ago

0.5.3

9 years ago

0.5.2

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.10

9 years ago

0.4.9

9 years ago

0.4.8

9 years ago

0.4.7

9 years ago

0.4.6

9 years ago

0.4.5

9 years ago

0.4.4

9 years ago

0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.5

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.11

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago