GithubHelp home page GithubHelp logo

teotimepacreau / popover-api-and-anchor-positioning-day15-of-100daysofcode Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 3.61 MB

Popover API and Anchor Positioning buil with VanillaJS, CSS and HTML

Home Page: https://teotimepacreau.github.io/Popover-API-and-Anchor-Positioning-Day15-of-100DaysOfCode/

HTML 32.85% JavaScript 3.78% CSS 63.37%
100daysofcode anchored css dailyui dropdown html popover spotify vanillajs anchor-css

popover-api-and-anchor-positioning-day15-of-100daysofcode's Introduction

Popover API and Anchor Positioning

Popover API and Anchor Positioning demo

Project goals

  • Popover API : allows any element and itsdescendants to be rendered on top of all other content only with HTML and CSS. Setup popovertarget="foo" to make a triggerer, must be on a button to work. The popover is simply an attribute in the wanted element. Style in CSS with [popover]
  • Anchor CSS positioning allows to avoid position absolute : begin by declaring all in CSS an anchor [popovertarget=foo] {anchor-name: --context;}. Specifies spacing properties in order to make the anchored element refers to it : bottom: calc(anchor(--context top) + 1rem); top: auto; left: calc(anchor(--context right) - 1.3rem);
  • Span and Icon styling with tints and shades

๐Ÿ› ๏ธ

VanillaJS, CSS, HTML

popover-api-and-anchor-positioning-day15-of-100daysofcode's People

Contributors

teotimepacreau avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.