Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toast 22052019 #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
8 changes: 7 additions & 1 deletion pages/components/Banner.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# Banner
# Banner

## description

body

[link](http://)
28 changes: 28 additions & 0 deletions pages/components/Toastr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Toastr
Describe what the component is and when it is used. Keep it short.

<insert component> -- added by developer

## Usage
Describe use cases and when not to use the component
Ref to *related component* (if applicable)
Include design *principles* (if applicable)

## Anatomy
<image shows the composition of the component with annotations>
Ref [Banners - Material Design](https://material.io/design/components/banners.html#anatomy)
list of the anatomies

Breakdown of anatomies
(Describe every part in detail, e.g. definition, usage, principle)
Noted that: for component containing text, we should always have a section talk about the writing (e.g. length restriction and tone)

## List the variation of the component (if applicable)

## (Optional) Placement
Describe where the component should be placed

## (Optional) Order and alignment

## Implementation -- added by developer
## Demo -- added by developer