HTML chips & tags | Bubble.io Tutorial

Поделиться
HTML-код
  • Опубликовано: 19 ноя 2024

Комментарии • 69

  • @tigranpapyan2348
    @tigranpapyan2348 2 года назад +48

    If case you need the chip:
    .tag span {
    padding: 6px 10px;
    background: #D0E8E4;
    border-radius: 20px;
    color: #091747;
    font-family: Arial;
    font-size: 12px;
    margin: 0 4px 8px 0;
    font-weight: 500;
    display: inline-block;
    word-wrap: break-word;
    white-space: normal;
    }

    • @rg4252
      @rg4252 2 года назад +2

      I have an issue. th "join with" element isn't an option in dropdown proposed by Bubble. What do we do if the function 'join-with- is not available?

    • @sumitnichite
      @sumitnichite Год назад

      Thank

    • @aLyeNBagELs
      @aLyeNBagELs Год назад

      @@rg4252 i use :split by (,) join with :capitalized words. This is because i have a "," as i used a multiline field input text

    • @phillipephan
      @phillipephan 11 месяцев назад

      thanks dude

    • @mmendezgracia
      @mmendezgracia 10 месяцев назад

      Do you have the answer?@@rg4252

  • @boasted
    @boasted Год назад

    GODSEND! Your videos are just gold. Thank you for all that you do!

  • @mikemaberry3659
    @mikemaberry3659 4 года назад +1

    This is brilliant. I never considered using the HTML element to make custom UI look and feel. I always thought of it as importing other websites or s. There are millions of snippets out there on the interwebs to try, and I now know what I am doing this weekend.

    • @Buildcamp
      @Buildcamp  4 года назад

      Nice Mike - please post ideas to Buildcamp.io so we see the results.

  • @joemontero741
    @joemontero741 3 года назад +4

    It would be nice if there was some kind of collective cheat sheet for using several different HTML styling elements in bubble. For example, how to: remove scrollbars in repeating groups, change colors of scrollbars, change the shape of scrollbars, create overlapping avatar icons, chips, non-rectangle containers, etc.

    • @jvanh8926
      @jvanh8926 Год назад

      2 years later.. Found something by any luck?

  • @ahmedelkaffas3098
    @ahmedelkaffas3098 Год назад

    Brilliant ! Thanks for this informative video. This is exactly what I was looking for !

  • @cristianhoger
    @cristianhoger 3 года назад

    Great tutorial, this is exactly what I was looking for. Thanks!

  • @phillipephan
    @phillipephan 11 месяцев назад

    super helpful, thanks man!!

  • @bukalter
    @bukalter 11 месяцев назад

    Great tutorial, but can we use tags for text inside button?
    I would like to cross out text in button, when it isn't clickable, but it looks like tags ( or [s]) doesn't work for text in button.
    Is there something additional feature which should I use? some quotes or something?
    Thanks

  • @mikebrown5955
    @mikebrown5955 3 года назад

    excellent idea! never considered the join with function to insert closing html elements!

  • @manuelfdez5291
    @manuelfdez5291 2 года назад +1

    Good video, I'm trying to use the html code that you see in the video and it doesn't work for me as it appears in your video.
    I don't know if I'm copying something wrong, so you could leave a link to copy and paste the code.
    Thanks a lot,

  • @hugoassuncao
    @hugoassuncao 3 года назад

    Never saw anything like this use of the HTML element, that's just awesome! Thank's for sharing it!

  • @robblake2583
    @robblake2583 3 года назад +2

    Thanks for the tutorial! Could you suggest a way to make the BG color variable (based on a stored hex value for the specific tag being iterated)?

    • @Buildcamp
      @Buildcamp  3 года назад +2

      Sure. If your tags are an option set, create a new attribute called 'colour' and add in each tag colour. In the html element for the tag, change the static colour hex to reference the dynamic option set attribute colour that you just created.

  • @pianokidfromcolombia
    @pianokidfromcolombia 3 года назад +1

    For some reason, my html chip is not centered, everything is displayed a bit to the left. Is there a way to adjust this?

  • @calderaricaio
    @calderaricaio 4 года назад +1

    Great content! Thanks for sharing. 😉👍 #nocode

    • @Buildcamp
      @Buildcamp  3 года назад

      Thanks for watching!

  • @jvanh8926
    @jvanh8926 Год назад

    Could this also be posibble in a RTE or MLI input field?

  • @djryanashton
    @djryanashton 2 года назад

    Very nice. Also - a fellow South African ;)
    How does one make the chips clickable and then a "search by clicked chip"?

  • @louisleenhardt1376
    @louisleenhardt1376 2 года назад +1

    I have an issue. th "join with" element isn't an option in dropdown proposed by Bubble. Does anyone know why ? There might be some of my settings that are wrong ?

  • @calderaricaio
    @calderaricaio 4 года назад

    Do you know if there’s any way to add react components in bubble? Not sure if this would be a good thing but just wondering...

    • @Buildcamp
      @Buildcamp  4 года назад

      You can integrated custom html/ JS but ideally you just work within the confines of the tools Bubble provide.

  • @dinohalusek5186
    @dinohalusek5186 Год назад

    In the database I have a product that has a field list of tags. I am trying to use this technique to show them, but it doesn't work. I am not getting the join function, and without it I can only show one element and not the whole list. Could anyone please help?

  • @darrenjames6309
    @darrenjames6309 2 года назад

    Would have been nice to have the code put in the description here to we could copy paste. What do we do if the function 'join-with- is not available?

  • @artemepifanov
    @artemepifanov 3 года назад

    hi Gregory! where i may copy this code? P.S. You are the best ! Thank you for Yours video

  • @juancamilovasquez129
    @juancamilovasquez129 3 года назад

    Great !!!!!!!!

  • @mmendezgracia
    @mmendezgracia 10 месяцев назад

    Everyone that comment that cant see "join with" perhaps is due to the field is not a list. I noticed that join with is just for list, for now Im trying to figure it out how I can change as a list the text field.

  • @vincentha
    @vincentha 4 года назад +1

    This is great! Thanks. How do we make the HTML Chip clickable? For instance, clicking on 'Team leadership' brings them to the skill page of team leadership or potentially a page that displays all users who have indicated team leadership in their skills. I can't seem to create a workflow with the HTML tag.

    • @Buildcamp
      @Buildcamp  4 года назад +8

      They aren't clickable with this step up. I'll do another tutorial on this.

    • @vincentha
      @vincentha 4 года назад

      @@Buildcamp Thank you!

    • @0xfouad
      @0xfouad 3 года назад

      @@Buildcamp I hope you can post a video on this soon.

    • @michaelcaporale6065
      @michaelcaporale6065 3 года назад +2

      @@0xfouad For an immediate solution I was able to make something similar as these tags with a repeating group and button elements inside. They are all the same width but can be customized to look like these pills, and made hover/clickable. Might give it a try if you can't wait!

    • @0xfouad
      @0xfouad 3 года назад

      @@michaelcaporale6065 sounds like a good idea. I will give it a go. Thanks Michael

  • @davidmortensen7461
    @davidmortensen7461 3 года назад

    The "join with" option dosen't show up in my Bubble. Anyone have a ide why?

  • @burak9857
    @burak9857 3 года назад

    Well, I still get them as comma-separated values and not individual items.

  • @rukhanzakaria
    @rukhanzakaria 3 года назад

    Good Stuff!! Could u mind share html code?

  • @bensouthgate4547
    @bensouthgate4547 3 года назад

    Thanks this is great! Are you able to share a link to the editor? Thanks!

    • @Buildcamp
      @Buildcamp  3 года назад +1

      At the moment no, as the tutorials are on a private dedicated server but I plan on making future content editors accessible on a different plan.

  • @TheFunYATZ
    @TheFunYATZ 4 года назад

    Great Tuto !
    I can't find the "Join with" option. Did you do something special to get this ?
    Thank you very much

    • @Buildcamp
      @Buildcamp  4 года назад

      'Join with' will be available on the 'more' option in your expression. If you can't see 'join with' then you may not be dealing with a list by rather a string.

    • @ozancanan9879
      @ozancanan9879 3 года назад

      @@Buildcamp Hi, what would be the solution if we are dealing with a list? I have my companies repeating group and they have a list of categories that I want to display with this html.
      Edit: I realized I was on wrong page of my database. They are very similar :) I fixed it but only the first category came capitalized and others are in lowercase :/

    • @ozancanan9879
      @ozancanan9879 3 года назад

      I fixed it by bringing ":capitalized words" before "join with" and kept the rest same.

  • @artyom6230
    @artyom6230 3 года назад

    Great video. Are the skills a separate data type? Or is it a text list in the 'user' data type?

    • @Buildcamp
      @Buildcamp  3 года назад

      Just a text list. But this can be a data type with a field name for the skill or an option set as well. At the end of the day, we are displaying text.

    • @artyom6230
      @artyom6230 3 года назад

      @@Buildcamp Thanks for the reply. Do you have a tutorial showing how to create this 'text list' for the same use case? I'm looking to do the same for profile listings.

    • @s02l84u
      @s02l84u 3 года назад

      @@artyom6230 Did you find a solution?)

    • @artyom6230
      @artyom6230 3 года назад

      @@s02l84u Create a new "text" field in your data type. Make it a list.

  • @Griffy21
    @Griffy21 Год назад +1

    import * as allExports from 'block all face(s)';
    delete/cut { mixin } span underscore divide fifty './index.js';???????

    • @Griffy21
      @Griffy21 Год назад

      pls reply ur welcome use for online websites only ( could be dangerous for other uses?!!?!?!

  • @jalenmcgee2001
    @jalenmcgee2001 3 года назад

    Is there a way to set a hover action?

    • @steve_franc
      @steve_franc 7 месяцев назад

      you can use conditionals for that

  • @costsia
    @costsia 3 года назад

    Hi Guys. Can any one point me in the right direction? I am looking for example of how to create a function in bubble that lets you embedded data in the form of perhaps a table into a web page. Any help would be appreciated. Thanks.

    • @costsia
      @costsia 3 года назад

      Hi guys. Can any one kindly help with this question. Would really appreciate it. Thanks

    • @joshuafaichney3443
      @joshuafaichney3443 3 года назад

      @@costsia can you elaborate

    • @costsia
      @costsia 3 года назад

      @@joshuafaichney3443 Hi Josh, I mean, I would like to be able to create say a form in bubble, but to be able to create an embedded code or tags to be able to enable a user to paste it into their webpage so that the forms appears on the page.

  • @Bentojoseph
    @Bentojoseph 3 года назад

    Hello this is a nice way to do the tags. How can use this in work flow? suppose user needs to filter a repeating group by clicking one of the tag. how can i do? like this : prnt.sc/wdmuxr