version v0.1 Maintained by Salsa Digital.
Pick and Mix is a component library for building themes.
- jQuery
See our Pick and Mix demo page.
To run locally - open docs/index.html
folder for an example implementation of Pick and Mix.
- Icons can be generated in
docs/asset_generator
folder (runnpm install
andnpm start
). See readme for more details. - Styles / scripts can be compiled in
docs/grunt
folder (runnpm install
andgrunt
). - Colours can be updated in
docs/src/sass/_theme.scss
file.
- Clone repository.
- Add jQuery to your page.
- Create a SCSS file and link to pick and mix Core / Utils files.
- Add component SCSS files as needed.