https://github.com/ctpena/asagaoui
AsagaoUI is a CSS framework based on Japan's Digital Agency design system.
https://github.com/ctpena/asagaoui
css css-framework html javascript scss scss-framework typescript
Last synced: 29 days ago
JSON representation
AsagaoUI is a CSS framework based on Japan's Digital Agency design system.
- Host: GitHub
- URL: https://github.com/ctpena/asagaoui
- Owner: ctpena
- License: mit
- Created: 2024-02-19T01:24:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T00:11:23.000Z (about 2 months ago)
- Last Synced: 2025-03-28T08:35:39.860Z (about 2 months ago)
- Topics: css, css-framework, html, javascript, scss, scss-framework, typescript
- Language: SCSS
- Homepage: https://asagaoui.com
- Size: 6.63 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
AsagaoUI
AsagaoUI is a CSS framework based on Japan's [Digital Agency design system](https://design.digital.go.jp).
## ⚡ WARNING ⚡
`main` branch is for development and is not stable.
### Development Status
AsagaoUI is in the early stages of development and may be unstable.
## Quickstart
### CDN
[https://www.jsdelivr.com/package/npm/asagaoui](https://www.jsdelivr.com/package/npm/asagaoui)
### Clone repository
```bash
git clone https://github.com/ctpena/asagaoui.git
````dist/css/asagaoui.css` is the compiled CSS. You can use it in any way you prefer.
The compiled JavaScript is located at `dist/js/asagaoui.js`.
### Install with NPM
```bash
npm i asagaoui
```### Minimum HTML
The following HTML is required
```html
AsagaoUI demo
AsagaoUI
```
## Documentation
AsagaoUI documentation is located in the site folder of the project.
The documentation site is built with [HUGO](https://gohugo.io) and is hosted at https://asagaoui.com.## License
AsagaoUI is licensed under the MIT License.
AsagaoUI also includes several external libraries. For all licenses, please see the NOTICE file.
The documentation located under site/content/ is licensed under the CC BY 4.0.
## Contact
If you have any questions or suggestions, please email:`[email protected]`