@cloudtower/eagle
TypeScript icon, indicating that this package has built-in type declarations

0.29.4-dry • Public • Published

CloudTower UI KIT

main 分支 storybook storyBook

next 分支 storybook next storybook

v3.x 分支 storybook v3.x storybook

使用

import { antdKit } from "@cloudtower/eagle";
import { initParrotI18n, UIKitProvider } from "@cloudtower/eagle";
// Set Up Style
import "@cloudtower/eagle/dist/style.css";

initParrotI18n();
// Set Up Providers
ReactDOM.render(
  <React.StrictMode>
    <UIKitProvider>
      <App />
    <UIKitProvider>
  </React.StrictMode>,
  document.getElementById("root") as HTMLElement
);
import { Button } from "@cloudtower/eagle";
import React, { useContext } from "react";

const App = () => {
  return (
    <div>
      <Button
        onClick={() => {
          alert("hello");
        }}
      >
        say hello
      </Button>
    </div>
  );
};

export default App;

如何 贡献代码

  • 快速开始
    yarn && cd packages/eagle && yarn storybook
    

详细参考 贡献代码

Readme

Keywords

none

Package Sidebar

Install

npm i @cloudtower/eagle

Weekly Downloads

275

Version

0.29.4-dry

License

MIT

Unpacked Size

4.82 MB

Total Files

772

Last publish

Collaborators

  • qinghua.cui_smart
  • cqh963852