https://github.com/wolfpup-software/wireframe
a11y components for the web
https://github.com/wolfpup-software/wireframe
Last synced: over 1 year ago
JSON representation
a11y components for the web
- Host: GitHub
- URL: https://github.com/wolfpup-software/wireframe
- Owner: wolfpup-software
- License: bsd-3-clause
- Created: 2024-01-29T06:02:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T09:07:27.000Z (over 1 year ago)
- Last Synced: 2025-03-14T10:23:11.858Z (over 1 year ago)
- Language: Rust
- Size: 60.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wireframe
`Wireframe-rs` is a component set built for the web.
## Component Sets
Each set is designed to connect function to a locality.
- [Paper]() is based on paper prototyping. Professional, clean enough for readable high density content.
- [Ascii]() references BIOS interfaces and 90s operating systems. It is beauracractic, formal, and clear.
- [Marker]() permanent marker. Casual, relaxed. Low density, low friction experiences.
## License
`Wireframe` is released under the BSD 3-clause License.
## Config
```JSON
{
"components": [],
"styles": "./yo/",
}
```