All Projects → trentmwillis → I Stand

trentmwillis / I Stand

A web component to embed in your personal site to show you stand with the protests against racism and police brutality

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to I Stand

cwco
Powerful and Fast Web Component Library with a Simple API
Stars: ✭ 27 (-54.24%)
Mutual labels:  web-component
Polymer Redux
Polymer bindings for Redux.
Stars: ✭ 450 (+662.71%)
Mutual labels:  web-component
Img Comparison Slider
Image comparison slider. Compare images before and after. Supports React, Vue, Angular.
Stars: ✭ 45 (-23.73%)
Mutual labels:  web-component
vaadin-text-field
The themable Web Component providing input controls. Part of the Vaadin components.
Stars: ✭ 29 (-50.85%)
Mutual labels:  web-component
Css Doodle
🎨 A web component for drawing patterns with CSS.
Stars: ✭ 4,014 (+6703.39%)
Mutual labels:  web-component
Canvas Datagrid
Canvas based data grid web component. Capable of displaying millions of contiguous hierarchical rows and columns without paging or loading, on a single canvas element.
Stars: ✭ 798 (+1252.54%)
Mutual labels:  web-component
polymer-linter
Moved to Polymer/tools monorepo
Stars: ✭ 34 (-42.37%)
Mutual labels:  web-component
Macro Carousel
Carousel as a Vanilla Web Component.
Stars: ✭ 53 (-10.17%)
Mutual labels:  web-component
Vaadin Grid
vaadin-grid is a free, high quality data grid / data table Web Component. Part of the Vaadin components.
Stars: ✭ 383 (+549.15%)
Mutual labels:  web-component
Lwc
⚡️ LWC - A Blazing Fast, Enterprise-Grade Web Components Foundation
Stars: ✭ 974 (+1550.85%)
Mutual labels:  web-component
svelte-webcomponents
A ready-to-use project template to build custom elements (web components) with Svelte 3 with support and examples for web components, jest, sass, nested components with props, eslinting, stylelinting, Github actions, propagating custom events from shadow-DOM to real-DOM etc.
Stars: ✭ 22 (-62.71%)
Mutual labels:  web-component
X Frame Bypass
Web Component extending IFrame to bypass X-Frame-Options: deny/sameorigin
Stars: ✭ 335 (+467.8%)
Mutual labels:  web-component
Paper Timezone
Polymer based timezone selection component
Stars: ✭ 19 (-67.8%)
Mutual labels:  web-component
vaadin-icons
Vaadin Icons is a collection of 600+ unique icons designed for web applications
Stars: ✭ 59 (+0%)
Mutual labels:  web-component
Vaadin Charts
Vaadin Charts is a feature-rich interactive graph library that answers the data visualization needs of modern web applications
Stars: ✭ 47 (-20.34%)
Mutual labels:  web-component
bwt-datatable
Data table with Polymer 3 support!
Stars: ✭ 43 (-27.12%)
Mutual labels:  web-component
Lottie Player
Lottie viewer/player as an easy to use web component! https://lottiefiles.com/web-player
Stars: ✭ 457 (+674.58%)
Mutual labels:  web-component
Pink Trombone
A programmable version of Neil Thapen's Pink Trombone
Stars: ✭ 54 (-8.47%)
Mutual labels:  web-component
Ar Gif
Easy to use augmented reality web components
Stars: ✭ 52 (-11.86%)
Mutual labels:  web-component
Vaadin Form Layout
The Web Component providing configurable responsive layout for form elements. Part of the Vaadin components.
Stars: ✭ 15 (-74.58%)
Mutual labels:  web-component

I Stand

A web component to embed in your personal site to show you stand with the protests against racism and police brutality.

A banner showing solidarity with protestors against police brutality

To add this banner to your site, include the following code:

<!-- Somewhere in your page -->
<script src="https://unpkg.com/i-stand/black-lives.js" type="module"></script>

<!-- After the opening <body> tag -->
<black-lives></black-lives>

The snippet above will always use the latest version of the banner. This means if any changes are published they'll automatically be pulled in (such as new names or updated links).

If you want to use a specific version, you can update the unpkg url to point to a specific version. For example, to always use the v1.1.0 release, include the following script instead:

<script src="https://unpkg.com/[email protected]/black-lives.js" type="module"></script>

This should work in all modern browsers. If you need to support legacy browsers, you may need to include some polyfills or run the script through a transpiler, like Babel, first.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].