asagaoui

0.1.3 • Public • Published

AsagaoUI

AsagaoUI is a CSS framework based on Japan's Digital Agency design system.

Development Status

AsagaoUI is in the early stages of development and may be unstable.

Documentation

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.

Quickstart

Clone repository

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

npm i asagaoui

Minimum HTML

The 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="body">
<h1>AsagaoUI</h1>
<script src="dist/js/asagaoui.js"></script>
</body>
</html>

License

AsagaoUI is licensed under the MIT License.

AsagaoUI also includes several external libraries. For all licenses, please see the LICENSE file.

The documentation located under site/content/ is licensed under the CC BY 4.0.

/asagaoui/

    Package Sidebar

    Install

    npm i asagaoui

    Homepage

    asagaoui.com

    Weekly Downloads

    2

    Version

    0.1.3

    License

    MIT

    Unpacked Size

    362 kB

    Total Files

    66

    Last publish

    Collaborators

    • ctpena