npm install @odx/icons
npm install @odx/ui
Add the following imports to your applications styles file
@import '@odx/icons/core/core-icons.css';
@import '@odx/ui/core-theme.css';
You can find mixins and helper functions inside the scss/abstract
folder:
// import dimensions helpers
@use '@odx/ui/scss/abstract/dimensions';
// use mixin
@include dimensions.padding-y(1);
Please refer to our Storybook, to see the components in action and to get further information.