简体   繁体   中英

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?

Could you use a JSON file to store the data? 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM