
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
@cloudtower/eagle
Advanced tools
[storybook]: https://cloudtower-ui-kit.vercel.app [next storybook]: https://next-cloudtower-ui-kit.vercel.app [v3.x storybook]: https://v3xx-cloudtower-ui-kit.vercel.app [贡献代码]: ./CONTRIBUTE.md
main 分支 storybook storyBook
next 分支 storybook next storybook
v3.x 分支 storybook v3.x storybook
进入到 Create Release PR 的 workflow 界面
详见 RELEASE.md
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
详细参考 贡献代码
FAQs
[storybook]: https://cloudtower-ui-kit.vercel.app [next storybook]: https://next-cloudtower-ui-kit.vercel.app [v3.x storybook]: https://v3xx-cloudtower-ui-kit.vercel.app [贡献代码]: ./CONTRIBUTE.md
The npm package @cloudtower/eagle receives a total of 590 weekly downloads. As such, @cloudtower/eagle popularity was classified as not popular.
We found that @cloudtower/eagle demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.