12 Matching Annotations
- Last 7 days
-
atomiks.github.io atomiks.github.ioFAQ1
-
Can I use the title attribute?Yes. The content prop can be a function that receives the reference element as an argument and returns a string or element.tippy('button', { content(reference) { const title = reference.getAttribute('title'); reference.removeAttribute('title'); return title; }, });The title attribute should be removed once you have its content so the browser's default tooltip isn't displayed along with the tippy.
-
- Jan 2021
-
atomiks.github.io atomiks.github.io
-
We can make content a function that receives the reference element (button in this case) and returns template content:
-
-
github.com github.com
-
// super-simple CSS Object to string serializer const css = obj => Object.entries(obj || {}) .map(x => x.join(":")) .join(";");
Tags
Annotators
URL
-
-
github.com github.com
-
const deinitPopper = () => { if (popperInstance) { popperInstance.destroy(); popperInstance = null; } };
Tags
Annotators
URL
-
-
thewebdev.info thewebdev.info
-
PopupState HelperTo make managing the popover state easier, we can use the material-ui-popup-state library to manage the state.
-
- Dec 2020
-
www.uniprot.org www.uniprot.org
-
Transfer of plasmid RP4 during bacterial conjugation requires the plasmid-encoded TraJ protein, which binds to a 19-base pair invert sequence repetition within the transfer origin
can it not be encoded in the host or a helper plasmid? Donor E. coli MFDpir already has it
Tags
Annotators
URL
-
- Oct 2020
-
final-form.org final-form.org
-
Vue Final Form A form state management system for Vue that uses Final Form under the hood.
-
-
svelte.dev svelte.dev
-
whenValueChanges whenValueBecomes
-
- Sep 2020
-
github.com github.com
-
For reference: an independent implementation
-
- Mar 2020
-
docs.google.com docs.google.com
-
she wanted us to create a research paper about – well, about anything basically. Um, she gave us a bunch of ideas. She ac – like, she gave us, like, um, ideas like – hmm, like organic foods, GMOs, and just, like, you know, just problems in our society. But then, I chose, um, gentrification, so that’s what that’s about.
"she" is the instructor, so this interview starts with "helper" idea right away
-