Skip to content

Commit 04ec742

Browse files
committed
Merge branch 'main' into feat
2 parents 831dd32 + e8be714 commit 04ec742

119 files changed

Lines changed: 938 additions & 880 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
55
Echo UI is a high-performance and out-of-the-box web audio API component library, build with React and TailwindCSS.
66

7+
<a href="https://echoui.dev/en">
8+
<img src="https://img.shields.io/badge/Document-ffbe3b?style=flat" />
9+
</a>
10+
11+
<a href="https://echoui.dev/zh">
12+
<img src="https://img.shields.io/badge/中文文档-ffbe3b?style=flat&logo=googletranslate&logoColor=%231e1e1e" />
13+
</a>
14+
715
<a href="./ROADMAP.md">
816
<img src="https://img.shields.io/badge/ROADMAP-ffbe3b?style=flat" />
917
</a>

docs/.island/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ function getSidebar(lang: 'zh' | 'en'): DefaultTheme.Sidebar {
9494
{
9595
items: [
9696
{
97-
text: getText('与我联系', 'Connection'),
98-
link: getLink('/guide/connection'),
97+
text: getText('关于', 'About'),
98+
link: getLink('/guide/about'),
9999
},
100100
],
101101
},
@@ -235,7 +235,7 @@ function getNavbar(lang: 'zh' | 'en') {
235235
},
236236
{
237237
text: 'Discord',
238-
link: 'https://discord.gg/cvEuPJtT',
238+
link: 'https://discord.gg/R9JX9twvXF',
239239
},
240240
{
241241
text: 'Twitter',

docs/.island/dist/404.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

docs/.island/dist/assets/Button.e90792ff.js renamed to docs/.island/dist/assets/Button.0dded478.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import{U as n,f as s,u as d,d as i,h as l,a as r,A as u,c as e}from"./index.22fc5bb3.js";import{jsx as t,jsxs as c,Fragment as B}from"react/jsx-runtime";const h=()=>t(n,{code:"<Button> Button </Button>",scope:{Button:s}}),b=()=>t(n,{code:"<Button toggled> Toggled </Button>",scope:{Button:s}}),f=()=>t(n,{code:"<Button disabled> Disabled </Button>",scope:{Button:s}}),m=()=>t(n,{code:`<div className="flex gap-4 items-center">
1+
import{U as n,f as s,_ as d,v as i,y as l,b as r,A as u,c as e}from"./index.3d5bb27b.js";import{jsx as t,jsxs as c,Fragment as B}from"react/jsx-runtime";const b=()=>t(n,{code:"<Button> Button </Button>",scope:{Button:s}}),h=()=>t(n,{code:"<Button toggled> Toggled </Button>",scope:{Button:s}}),m=()=>t(n,{code:"<Button disabled> Disabled </Button>",scope:{Button:s}}),f=()=>t(n,{code:`<div className="flex gap-4 items-center">
22
<Button size="sm">
33
Small
44
</Button>
@@ -37,4 +37,4 @@ import{U as n,f as s,u as d,d as i,h as l,a as r,A as u,c as e}from"./index.22fc
3737
<Button value={4}>
3838
Triangle
3939
</Button>
40-
</Button.Group>`,scope:{Button:s,SineIcon:d,SawtoothIcon:i,SquareIcon:l,TriangleIcon:r}}),T=()=>t(u,{data:[{attribute:"value",description:c(B,{children:["The bound value (only effective in ",t(e,{children:"`Group`"}),")."]}),type:t(e,{children:"any"}),default:"-"},{attribute:"disabled",description:"Indicates whether the button is disabled",type:t(e,{children:"boolean"}),default:t(e,{children:"false"})},{attribute:"size",description:"Button size",type:t(e,{children:"'sm' | 'md' | 'lg'"}),default:t(e,{children:"'md'"})},{attribute:"radius",description:"Button border radius",type:t(e,{children:"'none' | 'sm' | 'md' | 'lg' | 'full'"}),default:t(e,{children:"'md'"})},{attribute:"toggled",description:"Indicates whether the button is toggled",type:t(e,{children:"boolean"}),default:t(e,{children:"false"})},{attribute:"onToggleChange",description:"Callback function when the toggle state changes",type:t(e,{children:"(toggled: boolean) => void"}),default:"-"}]}),S=()=>t(u,{data:[{attribute:"value",description:"The value associated with the button group",type:t(e,{children:"any[]"}),default:"-"},{attribute:"disabled",description:"Indicates whether buttons in the button group are disabled",type:t(e,{children:"boolean"}),default:t(e,{children:"false"})},{attribute:"size",description:"Button size",type:t(e,{children:"'sm' | 'md' | 'lg'"}),default:t(e,{children:"'md'"})},{attribute:"radius",description:"Button border radius",type:t(e,{children:"'none' | 'sm' | 'md' | 'lg' | 'full'"}),default:t(e,{children:"'md'"})},{attribute:"classNames",description:"Allows setting custom class names for buttons and toggle states",type:t(e,{children:"{ button?: string }"}),default:"-"},{attribute:"styles",description:"Allows setting custom styles for buttons and toggle states",type:t(e,{children:"{ button?: React.CSSProperties }"}),default:"-"},{attribute:"onChange",description:"Callback function when options change",type:t(e,{children:"(values: any[]) => void"}),default:"-"}]});export{T as B,h as D,v as G,y as R,m as S,b as T,f as a,S as b};
40+
</Button.Group>`,scope:{Button:s,SineIcon:d,SawtoothIcon:i,SquareIcon:l,TriangleIcon:r}}),T=()=>t(u,{data:[{attribute:"value",description:c(B,{children:["The bound value (only effective in ",t(e,{children:"`Group`"}),")."]}),type:t(e,{children:"any"}),default:"-"},{attribute:"disabled",description:"Indicates whether the button is disabled",type:t(e,{children:"boolean"}),default:t(e,{children:"false"})},{attribute:"size",description:"Button size",type:t(e,{children:"'sm' | 'md' | 'lg'"}),default:t(e,{children:"'md'"})},{attribute:"radius",description:"Button border radius",type:t(e,{children:"'none' | 'sm' | 'md' | 'lg' | 'full'"}),default:t(e,{children:"'md'"})},{attribute:"toggled",description:"Indicates whether the button is toggled",type:t(e,{children:"boolean"}),default:t(e,{children:"false"})},{attribute:"onToggleChange",description:"Callback function when the toggle state changes",type:t(e,{children:"(toggled: boolean) => void"}),default:"-"}]}),S=()=>t(u,{data:[{attribute:"value",description:"The value associated with the button group",type:t(e,{children:"any[]"}),default:"-"},{attribute:"disabled",description:"Indicates whether buttons in the button group are disabled",type:t(e,{children:"boolean"}),default:t(e,{children:"false"})},{attribute:"size",description:"Button size",type:t(e,{children:"'sm' | 'md' | 'lg'"}),default:t(e,{children:"'md'"})},{attribute:"radius",description:"Button border radius",type:t(e,{children:"'none' | 'sm' | 'md' | 'lg' | 'full'"}),default:t(e,{children:"'md'"})},{attribute:"classNames",description:"Allows setting custom class names for buttons and toggle states",type:t(e,{children:"{ button?: string }"}),default:"-"},{attribute:"styles",description:"Allows setting custom styles for buttons and toggle states",type:t(e,{children:"{ button?: React.CSSProperties }"}),default:"-"},{attribute:"onChange",description:"Callback function when options change",type:t(e,{children:"(values: any[]) => void"}),default:"-"}]});export{T as B,b as D,v as G,y as R,f as S,h as T,m as a,S as b};
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.island/dist/assets/Checkbox.7947d93b.js renamed to docs/.island/dist/assets/Checkbox.2ea9f555.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

0 commit comments

Comments
 (0)