1
2
3
4
5
6
7
//! Web Components
//!
//! Web Components is an HTML-related technology which makes it possible to,
//! essentially, create and use custom elements as if it were regular HTML. In
//! addition, you can create custom versions of standard HTML elements.

pub use crate::generated::mdn::web_components::{builders, children, elements::*};