Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/propose-new-component.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Propose new component
about: This template allows user to propose a new UI block
title: ''
labels: ''
assignees: ''

---

## Getting started
Before you fill in this template check if the proposed UI block -component or pattern, already exists [here](https://coda.io/d/Design-System-Database_dNyzE_TLZDh/per-Tier_suu2dwwx#UI-Blocks-per-Tier_tus7JmYw).


A component in Pragma needs to be flexible enough that it can be used across a wide range of scenarios and shouldn't be constrained to a specific number of applications.

## Visual

Provide a screenshot or link to a prototype of your UI block proposal.

## Context

Where and when might this proposed UI block be used?

## State

Does this UI block have state? If so, what are the different states (e.g. accordion with closed/open states)?

## Progressive enhancement

A UI block should be designed small screen first. How does this scale up?
How will this degrade on less competent browsers?
Loading