Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/materialstyle/materialstyle
Restyle Bootstrap with Material Style - A Material Design UI Library based on Bootstrap.
https://github.com/materialstyle/materialstyle
bootstrap bootstrap-material-design bootstrap-theme css css-wrapper google-material-design javascript material-design material-style materialstyle scss
Last synced: 6 days ago
JSON representation
Restyle Bootstrap with Material Style - A Material Design UI Library based on Bootstrap.
- Host: GitHub
- URL: https://github.com/materialstyle/materialstyle
- Owner: materialstyle
- License: mit
- Created: 2018-09-13T11:04:34.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T07:06:36.000Z (2 months ago)
- Last Synced: 2024-12-15T20:14:47.969Z (14 days ago)
- Topics: bootstrap, bootstrap-material-design, bootstrap-theme, css, css-wrapper, google-material-design, javascript, material-design, material-style, materialstyle, scss
- Language: JavaScript
- Homepage: https://materialstyle.github.io/
- Size: 171 MB
- Stars: 34
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
Material Style
A Material Design UI Library based on Bootstrap.
[![](https://data.jsdelivr.com/v1/package/npm/@materialstyle/materialstyle/badge)](https://www.jsdelivr.com/package/npm/@materialstyle/materialstyle)
[![npm version](https://img.shields.io/npm/v/@materialstyle/materialstyle?logo=npm&color=ea2039&style=flat-square)](https://www.npmjs.com/package/@materialstyle/materialstyle)## Table of contents
- [Components](#components)
- [Getting Started](#getting-started)
- [Bugs and feature requests](#bugs-and-feature-requests)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [Creator](#creator)
- [A Big Thanks](#a-big-thanks)## Components
https://materialstyle.github.io/materialstyle/3.1/components/alert/## Getting Started
https://materialstyle.github.io/materialstyle/3.1/getting-started/installation/## Bugs and feature requests
Have a bug or a feature request? Please read the [issue guidelines](https://github.com/materialstyle/materialstyle/blob/main/.github/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/materialstyle/materialstyle/issues/new).## Documentation
Material Style's documentation, included in this repo in the root directory, is built with [Hugo](https://gohugo.io/) and publicly hosted on GitHub Pages at . The docs may also be run locally.### Running documentation locally
1. Run `npm install` to install the Node.js dependencies, including Hugo (the site builder).
2. From the root `/materialstyle` directory, run `npm run docs-serve` in the command line.
3. Open `http://localhost:9001/materialstyle` in your browser, and voilà.Learn more about using Hugo by reading its [documentation](https://gohugo.io/documentation/).
## Contributing
Please read through our [contributing guidelines](https://github.com/materialstyle/materialstyle/blob/main/.github/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.Moreover, if your pull request contains JavaScript patches or features, you must include [relevant unit tests](https://github.com/materialstyle/materialstyle/tree/main/js/tests). All HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide), maintained by [Mark Otto](https://github.com/mdo).
Editor preferences are available in the [editor config](https://github.com/materialstyle/materialstyle/blob/main/.editorconfig) for easy use in common text editors. Read more and download plugins at .
## Creator
**Neeraj Kumar Das**
-
-## A Big Thanks
Material Style is built using Bootstrap.
Browser testing is powered by BrowserStack.
Netlify provides us with Deploy Previews.
Doc search is powered by Algolia.
Material Style is hosted on GitHub Pages.