
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
bas-material-ui
Advanced tools
BasMaterial UI, is a natural user interface based in Google's Material Design.
BasMaterial UI, is a natural user interface based in Google's Material Design.
View the DEMO & DOC
View the CHANGELOG
npm install bas-material-ui
or
bower install bas-material-ui
Use the files in the "dist" folder
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- BasMaterial UI CSS -->
<link rel="stylesheet" href="css/bas-material-ui.min.css">
</head>
<body>
<!-- Layout Header -->
<header class="bas-ui-layout-header">
<div class="bas-ui-app-bar">
...
</div>
<div class="bas-ui-tool-bar">
...
</div>
</header>
<!-- Layout Side Nav -->
<div class="bas-ui-side-nav">
<div class="bas-ui-side-nav-wrapper">
<div class="brand">
...
</div>
<div class="bas-ui-side-nav-content-wrapper">
...
</div>
<div class="footer">
...
</div>
</div>
</div>
<!-- Layout Body -->
<main class="bas-ui-main bas-ui-scrollbar-y">
...
</main>
<!-- jQuery first, then BasMaterial JS. -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
<script src="js/bas-material-ui.min.js"></script>
</body>
</html>
No need to separately include the following libraries, are already included in this library:
External dependencies, should be included separately:
Install the main tools (require sudo on certain systems):
npm install -g grunt
npm install -g grunt-cli
npm install -g bower
Install the project dependencies, change to the project's root directory (require sudo on certain systems):
bower install
npm install
Run Grunt:
grunt
Grunt will then watch concurrently for changes to src and hbs folders, scss and hbs files build each as required.
These amazing people are maintaining this project:
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
If you wish you can contribute to the development of this project:
Install tools and contribute with your code
v0.2.8 (Dec 06, 2018)
Fixes
FAQs
BasMaterial UI, is a natural user interface based in Google's Material Design.
The npm package bas-material-ui receives a total of 4 weekly downloads. As such, bas-material-ui popularity was classified as not popular.
We found that bas-material-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.