@odx/ui
v4.6.3
Published
[<img src="https://img.shields.io/npm/v/@odx/ui" />](https://npmjs.org/package/@odx/ui)
Downloads
4,092
Readme
@odx/ui
Install 🚀
npm install @odx/icons
npm install @odx/ui
Usage
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);
Live demo ⭐
Please refer to our Storybook, to see the components in action and to get further information.