
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
daemonite-material
Advanced tools
Daemonite's Material UI is a cross-platform and fully responsive front-end interface based on Google Material Design developed using Bootstrap 4.
Daemonite's Material UI is a cross-platform and fully responsive front-end interface based on Google Material Design developed using Bootstrap 4.
The basic idea behind this project is to combine the front-end technology of the popular Bootstrap framework with the visual language of Google Material Design.
A visual language for our users that synthesizes the classic principles of good design with the innovation and possibility of technology and science. This is material design. http://www.google.com/design/spec/material-design/introduction.html
Feel free to check out our documentation site or let us know what you think at the Daemon Labs forum.
The primary goal of this project is to give all Bootstrap components and elements a Google Material Design look, so it allows web developers to continue using the exact same Bootstrap HTML markup they are familiar with, but presents them a final outcome that is in line with the principles and specifics of Google Material Design.
A secondary goal of this project is to add support for some unique Google Material Design components such as floating buttons, pickers, and steppers, to name a few, which cannot be achieved by transforming existing Bootstrap components.
Because these components will require additional markup (some may require additional JavaScript), they will be documented separately in Material's documentation.
Within the download you will find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
daemonite-material/
├── css/
│ ├── material.css
│ ├── material.css.map
│ ├── material.min.css
│ └── material.min.css.map
└── js/
├── material.js
├── material.js.map
├── material.min.js
└── material.min.js.map
We provide compiled CSS and JavaScript (material.*
), as well as compiled and minified CSS and JavaScript (material.min.*
). CSS and JavaScript source maps (material.*.map
) are available for use with certain browsers' developer tools.
The Material source code download includes the precompiled CSS and JavaScript, along with documentation and source assets. More specifically, it includes the following and more:
daemonite-material/
├── assets/
│ ├── js/
│ └── scss/
├── css/
│ ├── material.css
│ ├── material.css.map
│ ├── material.min.css
│ └── material.min.css.map
├── docs/
│ └── 4.1/
└── js/
├── material.js
├── material.js.map
├── material.min.js
└── material.min.js.map
Material's documentation, included in this repo in the root directory, is built with Jekyll and publicly hosted on GitHub Pages at http://daemonite.github.io/material/. The docs may also be run locally.
bundle install
.npm install
to install Node.js dependencies.npm run dist
and npm run docs
to rebuild distributed CSS and JavaScript files, as well as docs assets./daemonite-material
directory, run npm run docs-serve
in the command line.http://localhost:9999/material
in your browser, and voilà.Several quick start options are available:
git clone https://github.com/Daemonite/material.git
bower install daemonite-material
npm install daemonite-material
FAQs
Daemonite's Material UI is a cross-platform and fully responsive front-end interface based on Google Material Design developed using Bootstrap 4.
The npm package daemonite-material receives a total of 911 weekly downloads. As such, daemonite-material popularity was classified as not popular.
We found that daemonite-material 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.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.