subtle ui
v2.0.1
A collection of clever yet understated user interactions found on the web. This project uses React to keep the example code simple and brief.
content
folder. For example my-cool-example.md
.title: My Cool Example
date: 2019-09-24
author: John Doe
github: johndoe123
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:
render
with your JSX elements at the bottom.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