All Projects → denali-design → Denali Css

denali-design / Denali Css

Licence: mit
Themeable CSS framework of Denali Ui components

Projects that are alternatives of or similar to Denali Css

Paper Kit 2 Angular
Free Bootstrap 4 UI Kit for Angular 2+
Stars: ✭ 133 (+68.35%)
Mutual labels:  ui-components, scss
Charts.css
Open source CSS framework for data visualization.
Stars: ✭ 4,595 (+5716.46%)
Mutual labels:  scss, ui-components
Css
The CSS design system that powers GitHub
Stars: ✭ 10,670 (+13406.33%)
Mutual labels:  ui-components, scss
Vant React
Lightweight 2kb Mobile UI Components built on React and TS, inspired by [email protected]://github.com/youzan/vant
Stars: ✭ 166 (+110.13%)
Mutual labels:  ui-components, scss
Oruga
🐛 Oruga is a lightweight library of UI components without CSS framework dependency
Stars: ✭ 297 (+275.95%)
Mutual labels:  ui-components, scss
Zeva
a modern and minimalist ui framework for building responsive and modern frontends
Stars: ✭ 57 (-27.85%)
Mutual labels:  ui-components, scss
Yo
Lightweight, easy-to-use, configurable, and extensible mobile front-end development framework.
Stars: ✭ 319 (+303.8%)
Mutual labels:  ui-components, scss
Bem Kit
💄 CSS UI kit with BEM convention and SASS
Stars: ✭ 69 (-12.66%)
Mutual labels:  ui-components, scss
Ibanimatable
Design and prototype customized UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable.
Stars: ✭ 8,585 (+10767.09%)
Mutual labels:  ui-components
Kendo React
Issue tracker - KendoReact http://www.telerik.com/kendo-react-ui/
Stars: ✭ 77 (-2.53%)
Mutual labels:  ui-components
Pm2 Hive.github.io
Documentation website for PM2
Stars: ✭ 73 (-7.59%)
Mutual labels:  scss
Stylelint
A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.
Stars: ✭ 9,350 (+11735.44%)
Mutual labels:  scss
Electric Book
A Jekyll template for creating books in multiple formats
Stars: ✭ 77 (-2.53%)
Mutual labels:  scss
Flutter dojo
A beautiful design and useful project for Building a flutter knowledge architecture
Stars: ✭ 1,192 (+1408.86%)
Mutual labels:  ui-components
Blogophonic Hugo
Blogophonic – a Hugo blog theme by Formspree
Stars: ✭ 80 (+1.27%)
Mutual labels:  scss
Minimalism
Minimalism is a Jekyll theme for minimalist!
Stars: ✭ 74 (-6.33%)
Mutual labels:  scss
Plume Css
A lightweight, minimal and highly themeable CSS Micro-Framework
Stars: ✭ 74 (-6.33%)
Mutual labels:  scss
Commudle Ng
World's first community management platform. And it's free!
Stars: ✭ 81 (+2.53%)
Mutual labels:  scss
Rn Components Kit
A series of commonly used react-native components
Stars: ✭ 79 (+0%)
Mutual labels:  ui-components
Ungmo2.github.io
Stars: ✭ 76 (-3.8%)
Mutual labels:  scss

Denali CSS Library

npm Build Status jsDelivr hits (GitHub) slack GitHub

Table of contents


Background

The Denali System Language was created by the Platforms and Technology Design team at Verizon Media as a scalable method for designing and developing visually consistent and functional internal products. Denali’s CSS framework allows developers to implement the Denali System Language in their projects. The framework is lightweight and flexible. It supports theming through custom variables which means the visual appearance of Denali’s components can be easily adapted to fit the visual style of any brand. Additionally, components are framework independent allowing you to take what you need and leave the rest.

You can view the Denali’s entire component library on www.denali.design.

Quick Start

Check out our guide.

Install

Prerequisites

You will need the following installed to run the site:

  1. Node
  2. NPM
  3. Ruby
  4. Dart Sass

Note: This guide assumes you have the prerequisites installed locally and will not go over install instructions for them. Refer to their websites for guidance if necessary.

Installation

Clone or download this repository.

denali-system-language/denali-css.git

Use any command line tool and navigate to where you downloaded the repository.

cd path-to-folder/denali-css

Use NPM to install packages.

npm install
Compile SCSS

Watch for SCSS changes

npm run sass-watch

Build SCSS minified files

npm run sass-build
Storybook Docs

To view storybook docs use the command below.

npm run storybook
SCSS & Storybook

To watch SCSS files and build storybook docs at the same time

npm run start

Browser Support

Learn more about the browsers and devices we support here.

  • Chrome on Android, Windows, macOS, and Linux
  • Firefox on Windows, macOS, and Linux
  • Safari on iOS and macOS

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Contribute

To start contributing to Denali, have a look at our guidelines, as well as pointers on where to start making changes, in our contributing guide.

Maintainers

License

Code licensed under the MIT license. See LICENSE file for terms.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].