/ember-radix-ui-icons

Primary LanguageJavaScriptMIT LicenseMIT

ember-radix-ui-icons

An Ember addon version of the radix-ui/icons project.

Compatibility

  • Ember.js v4.8 or above
  • Embroider or ember-auto-import v2

Installation

ember install ember-radix-ui-icons

Usage

import Bell from 'ember-radix-ui-icons/components/bell';

<template>
  <Bell />
</template>;

See radix-ui/icons for a list of all available icons.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.