UNPKG

1.75 kBMarkdownView Raw
1<a href="https://github.com/quantmind/d3-view">
2 <img src="https://fluidily-public.s3.amazonaws.com/d3-view/images/d3view.svg" alt="d3-view" width=200>
3</a>
4
5**d3-view** is a [d3 plugin](https://bost.ocks.org/mike/d3-plugin/) for building
6interactive web interfaces.
7It provides data-reactive components with a simple and flexible API.
8Written in [Javascript ES6](/docs/develop.md) with a minimal footprint.
9
10[![NPM](https://badge.fury.io/js/d3-view.svg)](https://www.npmjs.com/package/d3-view)
11[![codecov](https://codecov.io/gh/quantmind/d3-view/branch/master/graph/badge.svg)](https://codecov.io/gh/quantmind/d3-view)
12[![Dependency Status](https://david-dm.org/quantmind/d3-view.svg)](https://david-dm.org/quantmind/d3-view)
13[![devDependency Status](https://david-dm.org/quantmind/d3-view/dev-status.svg)](https://david-dm.org/quantmind/d3-view#info=devDependencies)
14[![CircleCI](https://circleci.com/gh/quantmind/d3-view.svg?style=svg&circle-token=f84972c3cf4e8f17d74066ead28544da990115c3)](https://circleci.com/gh/quantmind/d3-view)
15
16
17## Contents
18
19* Overview
20 * [Getting Started](/website/docs/getting-started.md)
21 * [View](/website/docs/view.md)
22 * [Develop](/website/docs/develop.md)
23 * [Examples](/website/docs/examples.md)
24* API
25 * [Model](/website/docs/model.md)
26 * [View base](/website/docs/base.md)
27 * [Components](/website/docs/component.md)
28 * [Directives](/website/docs/directives.md)
29 * [Expressions](/website/docs/expressions.md)
30 * [Events](/website/docs/events.md)
31 * [Tools](/website/docs/tools.md)
32* Extending
33 * [Plugins](/website/docs/plugins.md)
34 * [Providers](/website/docs/providers.md)
35 * [Forms](/website/docs/forms.md)
36* Addons
37 * [view-require](/website/docs/require.md)