63 packages
@dreamworld/addon-redux
Storybook addon for Redux Components
@dreamworld/async
An utility library for async tasks; man add-on to async.js
@dreamworld/async-tasks
It's used to manage async tasks on redux
@dreamworld/deep-object-diff
Deep diffs two objects, including nested structures of arrays and objects, and return the difference. Forked to support ES module.
@dreamworld/device-info
It's used to get basic details of device(layout, touch and virtual keyboard).
@dreamworld/dw-accordion
A light weight accordion web component.
@dreamworld/dw-action-toolbar
LitElement WebComponent to be used as action toolbar. Toolbar with tool buttons & drop-down both.
@dreamworld/dw-button
A button web component created using [`mwc-button`](https://www.webcomponents.org/element/@material/mwc-button)
@dreamworld/dw-checkbox
A material checkbox element made with lit-html. It's an wrapper of [mwc-checkbox](https://github.com/material-components/material-components-web-components/tree/master/packages/checkbox) element. Supports all the features of `mwc-checkbox`.
@dreamworld/dw-chip-select
Chips are compact elements that represent an input, attribute, or action.
@dreamworld/dw-currency
Dw currency provides utility function to format currency value as String, and an LitElement to represent formatted currency.
@dreamworld/dw-date-input
- A date input element made with [dw-input](https://github.com/DreamworldSolutions/dw-input) use to take date input from the user.
@dreamworld/dw-date-range-select
Lit Web Component for Material Design Date Range Select
@dreamworld/dw-date-select
Lit Web Component for Material Design Date Range Select
@dreamworld/dw-dialog
- A dialog element with Material Design styling. [More detail](https://github.com/material-components/material-components-web/tree/master/packages/mdc-dialog) - Provides 3 types of dialog. - modal - fit - popover
@dreamworld/dw-ellipsis
An Element to shows ellipsis when it's text overflows (single line); and on hover shows full-text in the tooltip. Tooltip isn't shown when no ellipsis is applied to the text.
@dreamworld/dw-form
A form element which is used to get serialized data and to perform validation of it's local elements.
@dreamworld/dw-gravatar
LitElement view to show user's gravatar.
@dreamworld/dw-icon
An element, used to show an icon in Dreamworld Apps.
@dreamworld/dw-icon-button
## Why don't we use `mwc-icon-button`? - We created `dw-icon` to have extended icon set, sepecific to the app. But, those icons we can't be used with `mwc-icon-button`. - We found issue with `mwc-icon-button` that it can't be resized easily.
@dreamworld/dw-image
A WebComponent to show zoomable image on documentation & blog sites
@dreamworld/dw-input
Material design styled input text-field & text-area implemented in LitElement
@dreamworld/dw-lazy-list
An element to load list lazily
@dreamworld/dw-list-item
A material design item used to show single item of the list [More detail](https://material.io/components/lists/#)
@dreamworld/dw-markdown