@odx/ui
v7.2.1
Published
[<img src="https://img.shields.io/npm/v/@odx/ui" />](https://npmjs.org/package/@odx/ui)
Readme
@odx/ui
Install 🚀
npm install @odx/icons
npm install @odx/uiUsage
Register icons in your application entrypoint (for example main.ts):
import '@odx/icons';
import '@odx/icons/core'; // or another icon setThen add the UI theme to your application's styles file:
@import '@odx/ui/core-theme.css';Live demo ⭐
Please refer to our Storybook, to see the components in action and to get further information.
