https://github.com/mdo/mdoml
An experiment in creating custom HTML elements based on today’s most common interface elements.
https://github.com/mdo/mdoml
Last synced: over 1 year ago
JSON representation
An experiment in creating custom HTML elements based on today’s most common interface elements.
- Host: GitHub
- URL: https://github.com/mdo/mdoml
- Owner: mdo
- License: mit
- Created: 2014-12-17T09:46:20.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-12-29T04:51:47.000Z (over 9 years ago)
- Last Synced: 2024-10-12T19:25:29.789Z (over 1 year ago)
- Language: CSS
- Homepage: http://mdo.github.io/mdoml
- Size: 26.4 KB
- Stars: 174
- Watchers: 9
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mdoml
What if you could augment HTML5's current set of elements with your own? Well, as it turns out, you can. **mdoml** is an experiment in creating custom HTML elements based on today's most common interface design components.
Is this a bad idea? Maybe, but that depends on how you look at it. Sure, it doesn't validate, but it does create a more approachable component-based design system. No more rules around writing classes a certain way—just create the components.
For more information, [see the docs and examples](http://mdo.github.io/mdoml).
## Local development
This repo is a Jekyll site, so you'll need that installed before firing it up locally. Once you're set, just start a local server with `jekyll serve` and head to `http://localhost:4000/mdoml/`.
## License
Created by @mdo, licensed under MIT.