简体   繁体   English

是否有任何 NPM package 可以帮助我解决这种情况?

[英]is there any NPM package which can help me out with this situation?

i'm working on a project and suddenly i got stuck here is the problem.我正在做一个项目,突然我被困在这里是问题所在。

here is a image to describe what i'm writing for这是一张图片来描述我在写什么

图片

what we call these type of component in react is there any npm package available for this, or do i have to make this from scratch?我们在反应中称这些类型的组件是否有任何 npm package 可用于此,还是我必须从头开始制作?

Could you use a JSON file to store the data?您可以使用 JSON 文件来存储数据吗? It's a bit difficult to help you based on the little information that you've given, but you can write your data as such:根据您提供的少量信息来帮助您有点困难,但是您可以这样编写数据:

{
  time:"8 AM"
}

I wouldn't think it to be necessary to use an NPM package for this.我认为没有必要为此使用 NPM package 。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我无法理解Node.JS,任何资源和教程可以帮助我吗? - I Just Can't Understand Node.JS, Any Resources and Tutorials Out There To Help Me Out? 任何人都可以通过extjs 4.2中的组合框内带有复选框的面板制作面板的代码帮助我吗 - Can any body help me out with the code for making a panel with check boxes inside a combo box in extjs 4.2 Nextjs - 我无法获得依赖于后端 cookie 的 api 请求,请帮帮我 - Nextjs - i can't get request an api which depends on backend cookie, help me out please 无法使用npm安装任何软件包 - Can't install any package with npm 有人可以帮我解决黑暗模式吗? - Can anybody help me out with my Darkmode? 有人能帮我解决这个问题吗 - can some help me work this out 任何人都可以帮助我处理 angular js - Can any one help me on angular js 是否有任何插件可以帮助我在客户端验证模型? - Is there any plugin which will help me validate model on client-side? 我想将 Outlook 日历与 React Native 应用程序和同步功能连接起来。是否有任何库或 api 可以帮助我? - I want to connect Outlook Calendar with React Native app and sync functionality.Is there any library or api which can help me? 如何找出可以从 npm package 导出的内容 - How to find out what can be exported from npm package
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM