All Projects → shoelace-style → Shoelace

shoelace-style / Shoelace

Licence: mit
A collection of professionally designed, every day UI components built on a framework-agnostic technology. 🥾

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
Handlebars
879 projects

Projects that are alternatives of or similar to Shoelace

orgenic-ui
ORGENIC UI is an MIT-licensed open source project for creating strong user interfaces with high quality web components.
Stars: ✭ 53 (-99.1%)
Mutual labels:  webcomponents, ux
Smart Webcomponents
Web Components & Custom Elements for Professional Web Applications
Stars: ✭ 110 (-98.14%)
Mutual labels:  ux, webcomponents
Awesome Polymer
A collection of awesome Polymer resources.
Stars: ✭ 384 (-93.5%)
Mutual labels:  webcomponents
Ngx Sweetalert2
Declarative, reactive, and template-driven SweetAlert2 integration for Angular
Stars: ✭ 503 (-91.48%)
Mutual labels:  ux
React Native Blurhash
🖼️ A library to show colorful blurry placeholders while your content loads.
Stars: ✭ 430 (-92.72%)
Mutual labels:  ux
Bootcamp
Bootcamp @Laboratoria (Front end dev + UX)
Stars: ✭ 387 (-93.45%)
Mutual labels:  ux
Intro.js
Lightweight, user-friendly onboarding tour library
Stars: ✭ 20,826 (+252.74%)
Mutual labels:  ux
Vaadin Core
An evolving set of free, open source web components for building mobile and desktop web applications in modern browsers.
Stars: ✭ 382 (-93.53%)
Mutual labels:  webcomponents
Awesome Stenciljs
List of Awesome Web Components Built with StencilJS
Stars: ✭ 520 (-91.19%)
Mutual labels:  webcomponents
Akira
Native Linux App for UI and UX Design built in Vala and GTK
Stars: ✭ 4,597 (-22.14%)
Mutual labels:  ux
Jquery.thailand.js
ตัวช่วยกรอกที่อยู่ที่ดีที่สุดในไทย ไม่ต้องใช้ Server Side!
Stars: ✭ 490 (-91.7%)
Mutual labels:  ux
Vaadin
An evolving set of open source web components for building mobile and desktop web applications in modern browsers.
Stars: ✭ 424 (-92.82%)
Mutual labels:  webcomponents
Mosaic
🎨 A front-end JavaScript library for building user interfaces!
Stars: ✭ 390 (-93.39%)
Mutual labels:  webcomponents
Vanilla Colorful
A tiny color picker custom element for modern web apps (2.7 KB) 🎨
Stars: ✭ 467 (-92.09%)
Mutual labels:  webcomponents
Gdlauncher
GDLauncher is a simple, yet powerful Minecraft custom launcher with a strong focus on the user experience
Stars: ✭ 386 (-93.46%)
Mutual labels:  ux
Transition X
{ } Declarative Kotlin DSL for choreographing Android transitions
Stars: ✭ 514 (-91.29%)
Mutual labels:  ux
Vaadin Grid
vaadin-grid is a free, high quality data grid / data table Web Component. Part of the Vaadin components.
Stars: ✭ 383 (-93.51%)
Mutual labels:  webcomponents
Ui Design
🔥 A curated list of useful resources related to User Interface Design
Stars: ✭ 423 (-92.84%)
Mutual labels:  ux
Framework
A modular front-end framework - inspired by the server-side and Web Components.
Stars: ✭ 448 (-92.41%)
Mutual labels:  webcomponents
Uxofvr.com
A list of resources about the UI/UX considerations for VR.
Stars: ✭ 527 (-91.07%)
Mutual labels:  ux

Shoelace

A forward-thinking library of web components.

  • Works with all frameworks 🧩
  • Works with CDNs 🚛
  • Fully customizable with CSS 🎨
  • Includes an official dark theme 🌛
  • Built with accessibility in mind ♿️
  • Open source 😸

Designed in New Hampshire by Cory LaViska.


Documentation: shoelace.style

Source: github.com/shoelace-style/shoelace

Twitter: @shoelace_style


Shoemakers 🥾

Shoemakers, or "Shoelace developers," can use this documentation to learn how to build Shoelace from source. You will need Node >= 14 to build and run the project locally. It is preferred, but not required, to use npm 7.

You don't need to do any of this to use Shoelace! This page is for people who want to contribute to the project, tinker with the source, or create a custom build of Shoelace.

If that's not what you're trying to do, the documentation website is where you want to be.

What are you using to build Shoelace?

Components are built with LitElement, a custom elements base class that provides an intuitive API and reactive data binding. The build is a custom script with bundling powered by esbuild.

Forking the Repo

Start by forking the repo on GitHub, then clone it locally and install dependencies.

git clone https://github.com/YOUR_GITHUB_USERNAME/shoelace
cd shoelace
npm install

Developing

Once you've cloned the repo, run the following command.

npm start

This will spin up the Shoelace dev server. After the initial build, a browser will open automatically. There is currently no hot module reloading (HMR), as browser's don't provide a way to reregister custom elements, but most changes to the source will reload the browser automatically.

The documentation is powered by Docsify, which uses raw markdown files to generate pages. As such, no static files are built for the docs.

Building

To generate a production build, run the following command.

npm run build

Creating New Components

To scaffold a new component, run the following command, replacing sl-tag-name with the desired tag name.

npm run create sl-tag-name

This will generate a source file, a stylesheet, and a docs page for you. When you start the dev server, you'll find the new component in the "Components" section of the sidebar.

Contributing

Shoelace is an open source project and contributions are encouraged! If you're interesting in contributing, please review the contribution guidelines first.

License

Shoelace is designed in New Hampshire by Cory LaViska. It’s available under the terms of the MIT license.

Designing, developing, and supporting this library requires a lot of time, effort, and skill. I’d like to keep it open source so everyone can use it, but that doesn’t provide me with any income.

Therefore, if you’re using my software to make a profit, I respectfully ask that you help fund its development by becoming a sponsor. There are multiple tiers to choose from with benefits at every level, including prioritized support, bug fixes, feature requests, and advertising.

👇 Your support is very much appreciated! 👇

Whether you're building Shoelace or building something with Shoelace — have fun creating! 🥾

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].