https://github.com/thepassle/ui
https://github.com/thepassle/ui
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thepassle/ui
- Owner: thepassle
- Created: 2022-12-31T07:29:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T16:29:56.000Z (about 2 years ago)
- Last Synced: 2024-11-12T21:45:37.980Z (3 months ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @thepassle/ui
## styles
```js
import { spacer4, focus, main4 } from '@thepassle/ui/styles.js';
```## dialog
```js
import { modal } from '@thepassle/ui/dialog/modal.js';
import { contextMenu } from '@thepassle/ui/dialog/contextMenu.js';
```