All Projects → ryanwiemer → subtle-ui

ryanwiemer / subtle-ui

Licence: MIT License
A collection of clever yet understated user interactions found on the web

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to subtle-ui

Gatsby Starter Gcn
A starter template to build amazing static websites with Gatsby, Contentful and Netlify
Stars: ✭ 488 (+1151.28%)
Mutual labels:  static, gatsby, static-site, gatsbyjs
Devblog
A lightweight, customizable personal blog template built with GatsbyJS and React
Stars: ✭ 312 (+700%)
Mutual labels:  static, gatsby, static-site, gatsbyjs
gatsby-attila-theme-ghost
A Gatsby theme plugin for creating blogs from headless Ghost CMS.
Stars: ✭ 16 (-58.97%)
Mutual labels:  gatsby, static-site, gatsbyjs
Gatsby Theme Try Ghost
A Gatsby theme to build flaring fast blogs from headless Ghost CMS
Stars: ✭ 88 (+125.64%)
Mutual labels:  gatsby, static-site, gatsbyjs
Mdx Deck
♠️ React MDX-based presentation decks
Stars: ✭ 10,487 (+26789.74%)
Mutual labels:  gatsby, mdx, gatsbyjs
Gatsby Starter Minimal Blog
Typography driven, feature-rich blogging theme with minimal aesthetics. Includes tags/categories support and extensive features for code blocks such as live preview, line numbers, and line highlighting.
Stars: ✭ 752 (+1828.21%)
Mutual labels:  gatsby, mdx, gatsbyjs
Gatsby Starter Ghost
A starter template to build lightning fast websites with Ghost & Gatsby
Stars: ✭ 752 (+1828.21%)
Mutual labels:  gatsby, static-site, gatsbyjs
Gatsby Theme Chronoblog
⏳ Chronoblog is a Gatsbyjs theme specifically designed to create a personal website. The main idea of ​​Chronoblog is to allow you not only to write a personal blog but also to keep a record of everything important that you have done.
Stars: ✭ 101 (+158.97%)
Mutual labels:  gatsby, mdx, gatsbyjs
Gatsby Plugin Advanced Sitemap
Advanced XML Sitemaps for Gatsby.js
Stars: ✭ 94 (+141.03%)
Mutual labels:  gatsby, static-site, gatsbyjs
Gatsby Mdx Blog Starter Project
Gatsby MDX Blog Starter Project
Stars: ✭ 248 (+535.9%)
Mutual labels:  gatsby, mdx, gatsbyjs
Gatsby Docker
Develop & Build GatsbyJS static sites within Docker.
Stars: ✭ 184 (+371.79%)
Mutual labels:  gatsby, static-site, gatsbyjs
Gatsby Theme Terminal
A zero component Gatsby theme for developers 🔋
Stars: ✭ 251 (+543.59%)
Mutual labels:  gatsby, mdx, gatsbyjs
Gatsby Starter Portfolio Emilia
Minimalistic portfolio/photography site with masonry grid, page transitions and big images. Themeable with Theme UI. Includes Light/Dark mode.
Stars: ✭ 300 (+669.23%)
Mutual labels:  gatsby, mdx, gatsbyjs
gatsby-theme-deck-n-blog
Create a deck (with mdx-deck) and a blog post from the same MDX
Stars: ✭ 17 (-56.41%)
Mutual labels:  gatsby, mdx, gatsbyjs
Gatsby Starter Portfolio Cara
Playful and Colorful One-Page portfolio featuring Parallax effects and animations. Especially designers and/or photographers will love this theme! Built with MDX and Theme UI.
Stars: ✭ 1,101 (+2723.08%)
Mutual labels:  gatsby, mdx, gatsbyjs
skin-ui
A Theme UI Live Preview and Code Editor 🎟️
Stars: ✭ 73 (+87.18%)
Mutual labels:  gatsby, mdx, gatsbyjs
Gatsby Starter Try Ghost
Publish flaring fast blogs with Gatsby and Ghost
Stars: ✭ 137 (+251.28%)
Mutual labels:  gatsby, static-site, gatsbyjs
Gatsby Starter Portfolio Emma
Minimalistic portfolio with full-width grid, page transitions, support for additional MDX pages, and a focus on large images. Especially designers and/or photographers will love this theme! Built with MDX and Theme UI.
Stars: ✭ 253 (+548.72%)
Mutual labels:  gatsby, mdx, gatsbyjs
gatsby-source-stripe
Gatsby source plugin for building websites using Stripe as a data source
Stars: ✭ 71 (+82.05%)
Mutual labels:  gatsby, gatsbyjs
gatsby-portfolio
Portfolio / Personal Website - Built with Gatsby.js and Published at konstantin.digital
Stars: ✭ 23 (-41.03%)
Mutual labels:  gatsby, gatsbyjs

Subtle UI

A collection of clever yet understated user interactions found on the web. This project uses React to keep the example code simple and brief.

How To Contribute

  1. Create a new markdown file in the content folder. For example my-cool-example.md.
  2. Add the following front matter attributes:
title: My Cool Example
date: 2019-09-24
author: John Doe
github: johndoe123
  1. Add your example code and relevant content using markdown syntax.
  2. Submit a pull request with the new markdown file.
  3. Once merged into master the website will automatically deploy to https://subtle-ui.netlify.com. 🎉

Important Note: This project uses a custom component to render markdown code blocks as live code including a preview. There are a few unique characteristics to be aware of:

  • Code blocks are configured with React and Styled Components already in the scope.
  • Code blocks should be written as imperative code and you need to call render with your JSX elements at the bottom.
  • You may use ES6 syntax if desired as code is transpiled via Babel.
  • At this time there is no way to import other external libraries. If you have any questions or need additional functionality please file an issue.

Development

yarn develop - See a local version of the website on http://localhost:8000

yarn build && yarn serve - See a production version of the website on http://localhost:9000

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