Skip to content

Commit

Permalink
docs: update toast docs
Browse files Browse the repository at this point in the history
  • Loading branch information
novlan1 committed Aug 27, 2024
1 parent 46862a4 commit f1be7d0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions docs/mobile/api/toast.en-US.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Toast
description: Used for lightweight feedback or prompts without interrupting user action.
spline: base
isComponent: true
toc: false
---

## Code Demo

### Basic Demo

{{ base }}

### Component Status

{{ theme }}

### Show Cover

{{ cover }}

### Manually Close

{{ close }}
2 changes: 1 addition & 1 deletion style/mobile/components/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

@import "./dialog/_index.less";

@import "./toast/_index.less";
// @import "./toast/_index.less";

// @import "./overlay/_index.less";

Expand Down

0 comments on commit f1be7d0

Please sign in to comment.