程式碼匯出

Collaboration Hero Background

Alpha 實驗版本 - 細節還在打磨中 😉

Collaboration Hero Background
Easing and File
Generated Files
src
components
App.tsx
index.css
index.tsx
index.html
package.json
postcss.config.js
README.md
tailwind.config.js
tsconfig.json
tsconfig.node.json
vite.config.ts
pointer cursor
Easing and File
App.tsx
import Header from './components/Header';
...
import MetricList from './components/MetricList';

export default function App() {
  return (
    <div className="p-6 bg-gray-100 min-h-screen">
      <Header
        title="Linea"
        tabs={['Report', 'Dashboard', 'Settings']}
        active="Dashboard"
      />
      <StudioInfo
        name="Visly Studio"
        url="visly.dashboardhub.io"
        logo="visly"
      />

      <div className="grid md:grid-cols-3 gap-4 my-6">
        <StatCard title="All revenue" value="$12,903.45" change="5.7%" />
        <StatCard title="Viewers" value="37,553" change="2.4%" />
        <StatCard title="Active Users" value="322" change="8.5%" />
      </div>

      <div className="bg-white p-6 rounded-xl shadow">
        <div className="flex gap-3 mb-4">
          <Badge text="Conversion Rate: 3.8%" color="green" />
          <Badge text="Churn Rate: 1.2%" />
          <Badge text="ARPU: $15.45" />
        </div>
        <div className="grid md:grid-cols-2 gap-6">
          <RevenueChart title="All revenue" amount="$12,903.45" change="5.7%" />
          <MetricList
            items={[
              { label: 'Day Range', value: '$12,903.45' },
              { label: 'Active Users (MAU)', value: '322' },
              { label: 'Avg. Session Duration', value: '4m 32s' },
              { label: 'Bounce Rate', value: '48.2%' },
              { label: 'Conversion Rate', value: '3.9%' },
            ]}
          />
        </div>
      </div>
    </div>
  );
}
Black Feature Section Top
Black Feature Section Top

無程式碼編輯 › 程式碼匯出

匯出可用於正式環境的程式碼 - 這是個概念驗證階段的實驗版本

Micro Interactions
Pattern

React 元件

匯出 React 元件、互動效果以及所有內容

匯出整個畫面

匯出整個畫面 - 與內嵌的 React 元件

Pattern
Pattern

Lottie

匯出 Lottie 動畫,並直接使用於正式環境。

無程式碼編輯 › 程式碼匯出

Collaboration Hero Background

搶先體驗實驗版本 - 更多功能即將推出

Collaboration Hero Background

從設計到產品,一次實現

探索如何將靈感轉換為高擬真、可運作的產品

Animation
動畫

動畫

動態設計,簡單上手

原型設計

原型設計

打造強大的原型設計。

共同合作

共同合作

團隊協作設計原型

Figma 外掛

Figma 外掛

從 Figma 到 Phase。

footer

開始你的第一個原型

立即註冊,展開你的Phase設計旅程。