https://github.com/trychlos/pwix-ui-utils
Provide a light styling utilities Meteor package
https://github.com/trychlos/pwix-ui-utils
Last synced: 12 months ago
JSON representation
Provide a light styling utilities Meteor package
- Host: GitHub
- URL: https://github.com/trychlos/pwix-ui-utils
- Owner: trychlos
- Created: 2024-06-08T07:53:30.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T15:10:52.000Z (over 1 year ago)
- Last Synced: 2025-03-05T18:56:49.366Z (about 1 year ago)
- Language: Less
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
Awesome Lists containing this project
README
# pwix:ui-utils
## What is it ?
A Meteor package to gather our UI styling utilities while keeping it as light as possible, so that any package can safely use this one without pulling too many unused garbage.
## Installation
This Meteor package is installable with the usual command:
```sh
meteor add pwix:ui-utils
```
## Usage
Nothing to do: the stylesheets are automatically made available to the client.
## Provides
### `UIU`
The exported `UIU` global object provides following items:
#### Functions
##### `UIU.DOM.waitFor( selector )`
Returns a `Promise` which will eventually resolve when the selector be DOM-ready.
### CSS positioning
### mixins
## Configuration
None at the moment.
## NPM peer dependencies
None at the moment.
## Translations
None at the moment.
## Cookies and comparable technologies
None at the moment.
## Issues & help
In case of support or error, please report your issue request to our [Issues tracker](https://github.com/trychlos/pwix-ui-utils/issues).
---
P. Wieser
- Last updated on 2024, Nov. 19th