AsagaoUI is a UI for beautiful and accessible digital services, based on Japan's Digital Agency design system.
main branch is for development and is not stable.
AsagaoUI is in the early stages of development and may be unstable.
https://www.jsdelivr.com/package/npm/asagaoui
git clone https://github.com/ctpena/asagaoui.gitdist/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.
npm i asagaouiThe following HTML is required
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AsagaoUI demo</title>
<link rel="stylesheet" href="dist/css/asagaoui.css">
</head>
<body class="aui">
<h1>AsagaoUI</h1>
</body>
</html>AsagaoUI documentation is located in the site folder of the project. The documentation site is built with HUGO and is hosted at https://asagaoui.com.
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.
If you have any questions or suggestions, please email:aui@asagaoui.com