Home
Softono

Modulz Original Design System Archive

Open source MIT HTML
322
Stars
25
Forks
42
Issues
18
Watchers
7 years
Last Commit

 About Modulz Original Design System Archive

An open-source design system for building scalable, responsive websites and applications.

Platforms

Web Self-hosted

Languages

HTML

Need Help Installing Modulz Original Design System Archive?

We provide expert installation service for this software. Our team will install, configure, and secure Modulz Original Design System Archive on your server. plans start at just $30.

Modulz Original Design System Archive

View on GitHub

Modulz

An open-source design system for building scalable, responsive websites and applications.

Getting started

Paste this line of code into the <head> of your html files.

<link rel="stylesheet" href="https://s3.amazonaws.com/modulz/modulz.min.css">

or install with npm

npm install modulz-css

Documentation

Modulz Docs

Test page

For now, to get started, you will also need to html starter document. Just create a new folder, create an index.html file inside, then paste in the code below and open it in a browser.

<!DOCTYPE html>
<html class="oy-scroll" lang="en" style="font-size: 62.5%;">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width,initial-scale=1">
        <title>Modulz Starter</title>
        <link rel="stylesheet" href="https://s3.amazonaws.com/modulz/modulz.min.css">
    </head>
    <body class="ff-sansSerif color-gray900">
        <!-- Add your content here -->
    </body>
</html>

License

MIT. You can use Modulz as you see fit.