ng故事示意图 该角度示意图会生成一个故事书文件。 接下来的文件夹结构。 src/ project source code |- app/ app components | |- button/ button component example | |- button.component.* | |- button.stories.ts <-- story generated | +- ... 安装 npm
2021-02-04 13:11:36 17KB angular storybook schematics StorybookTypeScript
1
蚂蚁设计主题编辑器 Boilerplate将组件渲染到,因此您可以轻松地编辑主题 前提条件 安装所需的系统依赖项 克隆存储库 git clone https://github.com/minheq/antd-theme-editor.git 安装项目的程序包依赖项 yarn ...您就准备好了! 用法 运行命令 yarn storybook 访问localhost:6006以查看故事书 定制主题 编辑antd默认变量 可以使用src/antd-theme-override.less来编辑antd默认变量 编辑CSS Antd类 您还可以编辑css文件src/style-override.css以覆盖/编辑antd类的样式 出口 完成变量和样式的编辑后,通过此命令导出 yarn export 导出的文件将在dist目录中找到,并在您的项目中复制和使用 更新故事 故事已基于antd存储库创建。 您还可以通过git子模块导入antd组件并运行脚本来创建或更新故事来更新它们。 git submodule update --init --recursive // Adds antd subm
2021-02-03 14:05:21 319KB stories editor theme storybook
1
照片编辑器 一个照片编辑器库,具有简单易用的支持,可使用“绘画”,“文本”,“滤镜”,“表情符号”和“贴纸”之类的故事进行图像编辑。 产品特点 在图像上,并带有更改其画笔的颜色,大小,不透明度和擦除的选项。 使用MediaEffect在图像上应用 使用选项添加/编辑以使用自定义字体更改其颜色。 使用自定义表情符号字体添加符号。 添加 捏以缩放和旋转视图。 画笔和视图。 视图 编辑后照片。 更多。 好处 轻松编码 提高效率 简易的图像编辑 AndroidX PhotoEditor v.1.0.0是向androidX的迁移,并且不再支持较早的支持库。 没有API更改。 如果您发现任何问题迁移到v.1.0.0,请遵循本。 如果仍然遇到问题,则可以始终回滚至v.0.4.0。 欢迎在PR中进行任何修复:) 入门 首先,我们只需要像这样在我们的应用模块的gradle文件中添加依赖项 implementation ' ja.burhanrashid52:photoeditor:1.1.0 ' 或者我们也可以从示例中导入:photoeditor模块以进行进一步的自定义 设置视图 首先
2021-02-01 14:37:17 6.66MB android emoji stories paint
1
The concept of user stories has its roots as one of the main tenets of Extreme Programming. In simple terms, user stories represent an effective means of gathering requirements from the customer (roughly akin to use cases). This book describes user stories and demonstrates how they can be used to properly plan, manage, and test software development projects. The book highlights both successful and unsuccessful implementations of the concept, and provides sets of questions and exercises that drive home its main points. After absorbing the lessons in this book, readers will be able to introduce user stories in their organizations as an effective means of determining precisely what is required of a software application.
2020-02-20 03:18:05 4.36MB Agile software development
1