denali-site
denali-site copied to clipboard
Documentation and design principles for Denali UI components, icon library, and corresponding CSS framework.
Denali Site
Table of contents
- Background
- Development
- Usage
- Browser support
- Versioning
- Maintainers
- Contribute
- License
Background
The Denali System Language was created by the Platforms and Technology Design team at Yahoo as a scalable method for designing and developing visually consistent and functional internal products. The Denali website houses our entire component library, icon font family, and CSS framework complete with corresponding code snippets and documentation. Additionally, the site is also home to our design principles, which outline the proper implementation of our components within a product’s UI.
You can view the site at here.
Development
Install node packages.
npm install
Starts Next.js in development mode
npm run dev
View developement site at http://localhost:3000
Browser Support
- 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.
Maintainers
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.
License
Code licensed under the MIT license. See LICENSE file for terms.