0.7.0 • Published 5 years ago

ember-elements v0.7.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

Logo

Ember Elements is a UI toolkit built with Typescript and made available as an Ember addon. It is based on the awesome Blueprint design system.

Build Status minified minified + gzip license release

The Whys

Why Ember?

We chose EmberJS framework for the productivity and stability it brings to our projects. With this project, we strive to further reduce the time, effort and resources needed to build a web application.

Why Blueprint?

  1. We just loved the design 😍. Moreover, it has been designed with accessibility in mind.
  2. The project is mature and had been in production use for quite some time.
  3. It is optimized for building complex, data-dense web interfaces for desktop applications. This means, it is not a mobile-first UI toolkit. It reinforces our belief that design system should be contextual.
  4. Known for its quality in the React ecosystem.
  5. Lacked an Ember equivalent.

We strive to attain parity with BlueprintJS in terms of components and quality. We also strive to ensure that there is minimal effort in switching between react and ember elements.

PS: Still confused about the need? Watch Frédéric Soumaré talk @ EmberConf, 2019

Why Typescript?

  1. Well who doesnt love it.
  2. Increased adoption in Ember ecosystem.
  3. Moreover, BlueprintJS(React) is also written in Typescript.

Community

To request a new component, raise a request

For any other enhancements, raise an issue here

To file a bug, report it here

For any other contributions, read CONTRIBUTING.md

Join our Slack group to talk to us


Current Status

Core

  • Components

    • Breadcrumbs
    • Button
    • Button group
    • Callout
    • Card
    • Collapse
    • Collapsible list
    • Divider
    • Editable text
    • Hotkeys
    • Icon
    • Menu
    • Navbar
    • Non-ideal state
    • Overflow list
    • Panel stack
    • Progress bar
    • Resize sensor
    • Skeleton
    • Spinner
    • Tabs
    • Tag
    • Text
    • Tree
  • Form Controls

    • Form group
    • Control group
    • Label
    • Checkbox
    • Radio
    • Html select
    • Slider
    • Switch
  • Form Inputs

    • File input
    • Numeric input
    • Text input
    • Text area
    • Tag input
  • Overlays

    • Overlay
    • Portal
    • Alert
    • Context menu
    • Dialog
    • Drawer
    • Popover
    • Toast
    • Tooltip
  • Date Time

    • Date picker
    • Date range picker
    • Time picker
    • Date time picker
    • Date input
    • Date range input
  • Select

    • Select
    • Suggest
    • MultiSelect
    • Omnibar
    • Querylist
  • Table