UNPKG

d2-ui

Version:
123 lines (121 loc) 6.81 kB
## Table of Contents * [Introduction](/README.md) * [Guides](/docs/guides.md) * [Browserify](/docs/guides/browserify.md) * [WebPack](/docs/guides/webpack.md) * [JSDOM](/docs/guides/jsdom.md) * [Jest](/docs/guides/jest.md) * [Karma](/docs/guides/karma.md) * [Mocha](/docs/guides/mocha.md) * [React Native](/docs/guides/react-native.md) * [Installation](/docs/installation/README.md) * [Working with React 0.13.x](/docs/installation/react-013.md) * [Working with React 0.14.x](/docs/installation/react-014.md) * [Working with React 15.x](/docs/installation/react-15.md) * [API Reference](/docs/api/README.md) * [Shallow Rendering](/docs/api/shallow.md) * [at(index)](/docs/api/ShallowWrapper/at.md) * [childAt()](/docs/api/ShallowWrapper/childAt.md) * [children()](/docs/api/ShallowWrapper/children.md) * [closest(selector)](/docs/api/ShallowWrapper/closest.md) * [contains(nodeOrNodes)](/docs/api/ShallowWrapper/contains.md) * [containsMatchingElement(node)](/docs/api/ShallowWrapper/containsMatchingElement.md) * [containsAllMatchingElements(nodes)](/docs/api/ShallowWrapper/containsAllMatchingElements.md) * [containsAnyMatchingElements(nodes)](/docs/api/ShallowWrapper/containsAnyMatchingElements.md) * [context([key])](/docs/api/ShallowWrapper/context.md) * [debug()](/docs/api/ShallowWrapper/debug.md) * [equals(node)](/docs/api/ShallowWrapper/equals.md) * [every(selector)](/docs/api/ShallowWrapper/every.md) * [everyWhere(selector)](/docs/api/ShallowWrapper/everyWhere.md) * [filter(selector)](/docs/api/ShallowWrapper/filter.md) * [filterWhere(predicate)](/docs/api/ShallowWrapper/filterWhere.md) * [find(selector)](/docs/api/ShallowWrapper/find.md) * [findWhere(predicate)](/docs/api/ShallowWrapper/findWhere.md) * [first()](/docs/api/ShallowWrapper/first.md) * [forEach(fn)](/docs/api/ShallowWrapper/forEach.md) * [get(index)](/docs/api/ShallowWrapper/get.md) * [hasClass(className)](/docs/api/ShallowWrapper/hasClass.md) * [html()](/docs/api/ShallowWrapper/html.md) * [instance()](/docs/api/ShallowWrapper/instance.md) * [is(selector)](/docs/api/ShallowWrapper/is.md) * [key()](/docs/api/ShallowWrapper/key.md) * [last()](/docs/api/ShallowWrapper/last.md) * [map(fn)](/docs/api/ShallowWrapper/map.md) * [matchesElement(node)](/docs/api/ShallowWrapper/matchesElement.md) * [name()](/docs/api/ShallowWrapper/name.md) * [not(selector)](/docs/api/ShallowWrapper/not.md) * [parent()](/docs/api/ShallowWrapper/parent.md) * [parents()](/docs/api/ShallowWrapper/parents.md) * [prop([key])](/docs/api/ShallowWrapper/prop.md) * [props()](/docs/api/ShallowWrapper/props.md) * [reduce(fn[, initialValue])](/docs/api/ShallowWrapper/reduce.md) * [reduceRight(fn[, initialValue])](/docs/api/ShallowWrapper/reduceRight.md) * [render()](/docs/api/ShallowWrapper/render.md) * [setContext(context)](/docs/api/ShallowWrapper/setContext.md) * [setProps(nextProps)](/docs/api/ShallowWrapper/setProps.md) * [setState(nextState)](/docs/api/ShallowWrapper/setState.md) * [shallow([options])](/docs/api/ShallowWrapper/shallow.md) * [simulate(event[, data])](/docs/api/ShallowWrapper/simulate.md) * [some(selector)](/docs/api/ShallowWrapper/some.md) * [someWhere(predicate)](/docs/api/ShallowWrapper/someWhere.md) * [state([key])](/docs/api/ShallowWrapper/state.md) * [text()](/docs/api/ShallowWrapper/text.md) * [type()](/docs/api/ShallowWrapper/type.md) * [unmount()](/docs/api/ShallowWrapper/unmount.md) * [update()](/docs/api/ShallowWrapper/update.md) * [Full DOM Rendering](/docs/api/mount.md) * [at(index)](/docs/api/ReactWrapper/at.md) * [contains(nodeOrNodes)](/docs/api/ReactWrapper/contains.md) * [containsMatchingElement(node)](/docs/api/ReactWrapper/containsMatchingElement.md) * [containsAllMatchingElements(nodes)](/docs/api/ReactWrapper/containsAllMatchingElements.md) * [containsAnyMatchingElements(nodes)](/docs/api/ReactWrapper/containsAnyMatchingElements.md) * [childAt()](/docs/api/ReactWrapper/childAt.md) * [children()](/docs/api/ReactWrapper/children.md) * [closest(selector)](/docs/api/ReactWrapper/closest.md) * [context([key])](/docs/api/ReactWrapper/context.md) * [debug()](/docs/api/ReactWrapper/debug.md) * [detach()](/docs/api/ReactWrapper/detach.md) * [every(selector)](/docs/api/ReactWrapper/every.md) * [everyWhere(selector)](/docs/api/ReactWrapper/everyWhere.md) * [filter(selector)](/docs/api/ReactWrapper/filter.md) * [filterWhere(predicate)](/docs/api/ReactWrapper/filterWhere.md) * [find(selector)](/docs/api/ReactWrapper/find.md) * [findWhere(predicate)](/docs/api/ReactWrapper/findWhere.md) * [first()](/docs/api/ReactWrapper/first.md) * [forEach(fn)](/docs/api/ReactWrapper/forEach.md) * [get(index)](/docs/api/ReactWrapper/get.md) * [hasClass(className)](/docs/api/ReactWrapper/hasClass.md) * [html()](/docs/api/ReactWrapper/html.md) * [instance()](/docs/api/ReactWrapper/instance.md) * [is(selector)](/docs/api/ReactWrapper/is.md) * [key()](/docs/api/ReactWrapper/key.md) * [last()](/docs/api/ReactWrapper/last.md) * [map(fn)](/docs/api/ReactWrapper/map.md) * [matchesElement(node)](/docs/api/ReactWrapper/matchesElement.md) * [mount()](/docs/api/ReactWrapper/mount.md) * [name()](/docs/api/ReactWrapper/name.md) * [not(selector)](/docs/api/ReactWrapper/not.md) * [parent()](/docs/api/ReactWrapper/parent.md) * [parents()](/docs/api/ReactWrapper/parents.md) * [prop([key])](/docs/api/ReactWrapper/prop.md) * [props()](/docs/api/ReactWrapper/props.md) * [reduce(fn[, initialValue])](/docs/api/ReactWrapper/reduce.md) * [reduceRight(fn[, initialValue])](/docs/api/ReactWrapper/reduceRight.md) * [ref(refName)](/docs/api/ReactWrapper/ref.md) * [render()](/docs/api/ReactWrapper/render.md) * [setContext(context)](/docs/api/ReactWrapper/setContext.md) * [setProps(nextProps)](/docs/api/ReactWrapper/setProps.md) * [setState(nextState)](/docs/api/ReactWrapper/setState.md) * [simulate(event[, data])](/docs/api/ReactWrapper/simulate.md) * [some(selector)](/docs/api/ReactWrapper/some.md) * [someWhere(predicate)](/docs/api/ReactWrapper/someWhere.md) * [state([key])](/docs/api/ReactWrapper/state.md) * [text()](/docs/api/ReactWrapper/text.md) * [type()](/docs/api/ReactWrapper/type.md) * [unmount()](/docs/api/ReactWrapper/unmount.md) * [update()](/docs/api/ReactWrapper/update.md) * [Static Rendering](/docs/api/render.md) * [Selectors](/docs/api/selector.md) * [Change Log](/CHANGELOG.md) * [Future](/docs/future.md) * [Contributing Guide](/CONTRIBUTING.md)