• Stars
    star
    297
  • Rank 139,551 (Top 3 %)
  • Language
    TypeScript
  • License
    Apache License 2.0
  • Created over 5 years ago
  • Updated 3 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Development kits to implement UI following the Workday Canvas Design System (https://canvas.workday.com/). See our Component Storybook -

Workday Canvas Kit

This project provides a set of components for the Workday Canvas Design System that can be used to implement user experiences consistent with Workday's design principles.

Workday Canvas Kit is released under the Apache-2.0 license Maintained with Lerna Release PRs welcome

Getting started

React

Installation

To get started using Canvas kit React first add or install the module to your existing React project

yarn add @workday/canvas-kit-react

or

npm install @workday/canvas-kit-react

Usage

import * as React from 'react';
import {SecondaryButton} from '@workday/canvas-kit-react';

<SecondaryButton>Button Label</SecondaryButton>;

CSS

Installation

To get started using Canvas kit CSS first add or install the module to your project

yarn add @workday/canvas-kit-css

or

npm install @workday/canvas-kit-css

Add your node_modules directory to your SASS includePaths. You will then be able to import index.scss.

Usage

@import '~@workday/canvas-kit-css/index.scss';

You must have PostCSS support. Add the postcss-inline-svg plugin to properly process and inline icons. Process your SASS through PostCSS once it has been compiled to CSS.

<button class="wdc-btn">Button Label</button>

Reporting a Bug

If you spot a bug, inconsistency, or typo, please open a bug issue. Better yet, submit a pull request to address it.

Feature Requests

If you have an idea, we would love to hear about it. The best way to suggest a feature is to open a feature issue. The Canvas Kit core team will take a look and discuss it with you.

Contributing

Want to contribute to Canvas Kit React? Please read our contributing guidelines to find out more and how to get started.

Maintaining

If you're a Canvas Kit maintainer, please read our maintaining docs to learn more about our processes.

Open Development

All work on the Canvas Kit happens directly on GitHub. Both core team members and external contributors can send pull requests which go through the same review process. Any and all issues are public and available for discussion.

Versioning

Canvas Kit follows semantic versioning and is enforced automatically by conventional commits (see "Commit Message Format").

Each module is independently versioned using Lerna.

Version Support

At any given time, we support three major versions of Canvas Kit: previous, current, and next. Each of these have different levels of support.

The previous major version is stable for production and will receive patch updates as needed, but there will be no new features added. Patch releases are automatically deployed upon merge by GitHub Actions.

The current major version is also stable and receives new feature and patch updates. Patch releases are automatically deployed upon merge by GitHub Actions, and minor releases are manually deployed at the end of each sprint.

The next major version is typically an unstable environment and has major breaking changes. You are welcome to pull this version down for local development and experimentation, but we generally recommend against using it in production until the first stable version has been released.

Developer Documentation

License

The Workday Canvas Kits are licensed under the Apache 2.0 License.

Supported Browsers

  • Microsoft Edge: last 2 versions
  • Mozilla Firefox: last 2 versions
  • Google Chrome: last 2 versions
  • Apple Safari: last 2 versions
  • Opera: last 2 versions

Thank you

Visual Testing by ChromaticQA

Builds by Github Actions

More Repositories

1

timeseries-forecast

This is a Java open source library which provides a time series forecasting functionality.
Java
107
star
2

postman

A library that implements Parcelable for you.
Java
63
star
3

upshot-montague

Montague is a little CCG semantic parsing library for Scala.
Scala
59
star
4

vizzy

A powerful Ruby on Rails web server that facilitates Visual Automation.
Ruby
52
star
5

prometheus-akka

Scala
18
star
6

escalar

A Scala client for Elasticsearch’s HTTP API which presents Scala-idiomatic, typed interface. Elasticsearch exposes an HTTP API with several community-provided language bindings. A Java client exists for this HTTP API called Jest, but there is no Scala API. This client is currently implemented as a wrapper around Jest.
Scala
16
star
7

neht-graff

A full-stack web application for visualizing force directed graphs with Neo4j and D3.js.
Python
15
star
8

extend-js-example

An example that demonstrates a custom JavaScript UI interacting with Workday Extend applications.
JavaScript
15
star
9

mps-code-reviewer

Code Review for JetBrains MPS providing integration with Bitbucket
15
star
10

prism-python

Python client library for interacting with Workday’s Prism API.
Python
14
star
11

metajava

Java annotation processor utilities.
Java
13
star
12

raas-python

Workday Report-as-a-Service (RaaS) Python API client
Python
13
star
13

warp-core

Scala framework for collecting performance metrics and conducting sound experimental benchmarking.
Scala
12
star
14

OpenFrame

Workday Open Frame is an open-source add-on to Microsoft Internet Explorer that enables modern web technologies to work within older versions of IE browsers (IE 6, 7, and 8).
12
star
15

autoparse-json

Autoparse JSON is a java library built specifically for Android that uses code generation to parse JSON into custom objects in your project.
Java
11
star
16

torque

Reactive Android instrumentation test orchestrator with multi-library-modules-testing and test pooling/grouping support.
Kotlin
10
star
17

DrawAction

A simple swift library for composing drawing operations in iOS.
Swift
9
star
18

vizzy-android-lib

An Android library to simplify vizzy integration.
Kotlin
9
star
19

autoparse-xml

Autoparse XML is a java library built specifically for Android that uses code generation to parse XML into custom objects in your project.
Java
8
star
20

credstorm-sprayer

An offensive security password spraying tool
Python
8
star
21

kotlin-redux

A simplified implementation of Redux as a Kotlin library.
Kotlin
7
star
22

doc_my_routes

DocMyRoutes provides a way to annotate Sinatra routes and generate documentation
Ruby
6
star
23

emotion-workshop

Emotion (CSS in JS library) workshop for DinosaurJS 2019
JavaScript
6
star
24

vpn-swapper

A fire and forget command-line tool to allow for easy transitions of VPN connections between a pool of AWS machines.
Python
5
star
25

workday.github.com

Workday Developer Blog
CSS
5
star
26

cpc

5
star
27

canvas-tokens

Canvas design token infrastructure
TypeScript
4
star
28

canvas-kit-actions

GH Actions to support Canvas Kit
TypeScript
3
star
29

tclscan-docker

tclscan docker image
Dockerfile
2
star
30

canvas-tokens-studio

a centralized location to sync our design tokens config
1
star
31

validate_my_routes

Parameter Validation for Sinatra
Ruby
1
star
32

content-cloud-reference-app

A reference application for being a Content Cloud provider.
JavaScript
1
star
33

graphiql-plugins

TypeScript
1
star
34

WorkdayBlackberryWrapper

A Native Blackberry wrapper for the Workday Mobile Web App (https://m.myworkday.com)
C++
1
star