At 10up, we strive to provide websites that yield a top-notch user experience. In order to improve both our efficiency and consistency, we need to standardize what we use and how we use it. Standardizing our approach to commonly-used front-end components allows us to understand better the inner workings of someone else’s project and produce better solutions ourselves and our clients.
Each component in this library is built with simplicity and accessibility in mind, tailored to fit the often opinionated nature of WordPress core output. These components are intended to be easily adapted to any number of different projects and use cases.
All components are tested to be WCAG 2.1 Compliant.
- .editorconfig Plugin - The .editorconfig file ensures that everyone contributing to the project will use the same indentation.
components/
├── component-name/
│ ├── _notes.md
│ ├── _resources.md
│ ├── _support.md
│ ├── component.css
│ ├── component.js
│ ├── component.html
│ ├── component-wp.html (optional)
│ ├── example.html
│ ├── index.md
│ ├── scss/
│ ├── component-name.scss
.editorconfig
.gitignore
README.md
We don't know everything! We welcome pull requests and spirited, but respectful, debates. Please contribute via pull requests on GitHub.
All contributions to the component library should be tested against version 2 of the Web Accessibility Content Guidelines (WCAG 2.1)
- Fork it!
- Create your feature branch:
git checkout -b component/my-new-component
- Commit your changes:
git commit -am 'Added some great feature!'
- Push to the branch:
git push origin component/my-new-component
- Submit a pull request
gem install bundler
bundle install
bundle exec jekyll serve
Once bundle exec jekyll serve
has run, you can view the 10up Component library in your browser by copying/pasting the server address from your command line. It will look similar to the code below.
Configuration file: /[your-path-to-project]/wp-component-library/_config.yml
Server address: http://127.0.0.1:4000/wp-component-library/
Server running... press ctrl-c to stop.
Check out Github's documentation on local Jekyll setup for more info.
Released under MIT by, and copyright 2016 by 10up.