Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tabler | 33,438 | 16 | 5 | 7 days ago | 16 | April 04, 2019 | 51 | mit | HTML | |
Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap | ||||||||||
Ngx Admin | 24,340 | 7 | 19 days ago | 11 | July 19, 2017 | 463 | mit | TypeScript | ||
Customizable admin dashboard template based on Angular 10+ | ||||||||||
Bootswatch | 14,026 | 1,604 | 157 | a month ago | 39 | September 15, 2022 | 34 | mit | JavaScript | |
Themes for Bootstrap | ||||||||||
React Toolbox | 8,705 | 1,310 | 132 | a year ago | 66 | June 02, 2018 | 267 | mit | JavaScript | |
A set of React components implementing Google's Material Design specification with the power of CSS Modules | ||||||||||
Nebular | 7,737 | 454 | 39 | 2 months ago | 87 | September 22, 2022 | 837 | mit | TypeScript | |
:boom: Customizable Angular UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode | ||||||||||
Sphinx_rtd_theme | 4,329 | 2,004 | 4,040 | 4 days ago | 32 | September 13, 2021 | 235 | mit | Sass | |
Sphinx theme for readthedocs.org | ||||||||||
Understrap | 2,957 | 81 | 1 | 6 days ago | 37 | November 08, 2021 | 75 | gpl-3.0 | CSS | |
Underscores + Bootstrap = Understrap, the renowned open-source WordPress starter theme. | ||||||||||
Minima | 2,887 | 25,661 | 6 | 16 days ago | 15 | August 16, 2019 | 27 | mit | SCSS | |
Minima is a one-size-fits-all Jekyll theme for writers. | ||||||||||
Modular Admin Html | 2,791 | 2 years ago | 2 | April 12, 2019 | 59 | other | HTML | |||
ModularAdmin - Free Dashboard Theme Built On Bootstrap 4 | HTML Version | ||||||||||
Foundationpress | 2,780 | 4 years ago | 35 | April 12, 2019 | 55 | mit | PHP | |||
FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb |
##Wolf is a starter theme for WordPress. You can take Wolf and hack away on it. No need for a parent theme.
###Why Wolf is awesome:
Based on underscores, Wolf comes with:
###Added to Wolf:
###Some Helpful Mixins/Functions
h1{ font-size: em(32px); }
@include breakpoint($point);
Check out the sizes and accepted values in sass/mixins/_media-queries.scss
sass/mixins/_misc.scss
. This includes:
@include cf;
@include inline-block;
@include hidden;
, @include invisble;
, and @include visually-hidden;
###Editing Wolf
To edit the theme, you'll need compass & Sass running. You can use Codekit, Prepros, Grunt, or the command line tools.
For more about sass:
All Sass files are in the sass
directory and you can edit any one you like. style.scss
is the main stylesheet. You can see it importing the other scss files. These will all be processed into one file, and are for organizational purposes. Your browser will only be loading style.css
as usual.
Inspiration and Code Borrowed: wp-talon, Bones, Tincap, blueox
Make something awesome.