Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DesignRevision/shards-ui
🎨Shards is a beautiful & modern Bootstrap 4 UI kit packed with extra templates and components.
https://github.com/DesignRevision/shards-ui
bootstrap bootstrap4 css datepicker free html kit sass scss sliders templates theme toggles ui uikit
Last synced: 10 days ago
JSON representation
🎨Shards is a beautiful & modern Bootstrap 4 UI kit packed with extra templates and components.
- Host: GitHub
- URL: https://github.com/DesignRevision/shards-ui
- Owner: DesignRevision
- License: mit
- Created: 2017-11-07T15:43:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T04:44:21.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T15:25:56.634Z (10 days ago)
- Topics: bootstrap, bootstrap4, css, datepicker, free, html, kit, sass, scss, sliders, templates, theme, toggles, ui, uikit
- Language: CSS
- Homepage: https://designrevision.com/downloads/shards/
- Size: 2.55 MB
- Stars: 1,722
- Watchers: 60
- Forks: 211
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - DesignRevision/shards-ui - 🎨Shards is a beautiful & modern Bootstrap 4 UI kit packed with extra templates and components. (sass)
README
A modern UI kit packed with 2 custom page templates and 11 extra
custom components built on top of Bootstrap (4.3.1).
Components Demo •
Templates Demo •
Documentation •
Official Page
### Getting Started
Currently there are only three ways of downloading Shards:
* [Official Website](https://designrevision.com/download/shards)
* [Release Package](https://github.com/DesignRevision/shards-ui/releases)
* [`npm`](https://www.npmjs.com/package/shards-ui)The distributed Shards assets are also available via CDN through [unpkg](https://unpkg.com/shards-ui@latest/) and [jsDelivr](https://cdn.jsdelivr.net/npm/shards-ui@latest/).
To install with `npm`:
```bash
npm install --save shards-ui bootstrap
```
### Dependencies
The only hard dependency is Bootstrap 4.3.1 which needs to be included in your HTML document before Shards. Datepickers and slider controls also require the Shards JavaScript dependency.
### Quick Start
If you're using a bundler like `webpack`, you should skip to [Usage with Bundlers](#usage-with-bundlers).
In order to take advantage of both Bootstrap and Shards' features you may want to use the following starter template that includes all dependencies.
```html
Hello, world!
```
### Usage with Bundlers
If you're using a bundler like [`webpack`](https://webpack.js.org) (with [`style-loader`](https://github.com/webpack-contrib/style-loader)/[`css-loader`](https://github.com/webpack-contrib/css-loader)) or [`parcel`](https://parceljs.org), you can [install `shards` with `npm`](#getting-started) and import it:
```javascript
// app.js
import 'bootstrap/dist/css/bootstrap.min.css';
import 'shards-ui/dist/css/shards.min.css';
// Optional JavaScript
// JavaScript Dependencies: jQuery, Popper.js, Bootstrap JS, Shards JS
// Install them with `npm` as well
import 'jquery/dist/jquery.slim.min';
import 'popper.js/dist/umd/popper.min';
import 'bootstrap/dist/js/bootstrap.min';
import 'shards-ui/dist/js/shards.min';
```
### Built using
* [Bootstrap Datepicker by Stefan Petre and Andrew Rowls (Apache 2.0)](https://github.com/uxsolutions/bootstrap-datepicker)
* [noUiSlider by Léon Gersen (WTFPL License)](https://refreshless.com/nouislider/download/)
* [Material Icons](http://material.io/icons)
* [FontAwesome Icons](http://fontawesome.io)
### Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
### Feedback
Building better products is something I'm trying to get really good at. I’d love to hear more about how you plan on using Shards and what features you consider important in similar products. If you could spare a few minutes, please fill out [this Google Form](https://docs.google.com/forms/d/e/1FAIpQLScyj8F-fyVlb-AAeM-UFXSpDgrfdC81yWm1BNF8_gVCpXN8jw/viewform?usp=sf_link) to help me better understand your current context and what I could do to improve my products.
### Acknowledgments
While building this project we used various free resources built and made
available by some wonderful people around the world. See the [ATTRIB.md](ATTRIB.md) file for details.
### Changelog
[View notable changes.](CHANGELOG.md)