https://github.com/jgraichen/molecule
Collection of React/SASS UI molecules to assemble higher level components.
https://github.com/jgraichen/molecule
Last synced: 12 months ago
JSON representation
Collection of React/SASS UI molecules to assemble higher level components.
- Host: GitHub
- URL: https://github.com/jgraichen/molecule
- Owner: jgraichen
- License: mit
- Archived: true
- Created: 2015-01-01T21:53:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T16:34:53.000Z (about 4 years ago)
- Last Synced: 2024-08-04T09:02:26.667Z (almost 2 years ago)
- Language: CoffeeScript
- Size: 296 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Molecule
[](https://travis-ci.org/jgraichen/molecule)
React/SASS UI molecules to assemble higher level components.
It's an experiment with components extracted from some projects while keeping everything simple and flexible. Also with tests.
TODO: Most of all.
All components should work with different font sizes, families and line height. Additionally they should not be specified at all to allow using these molecules in web application you do not directly control e.g. in plugins.
# Try yourself
1. Clone repository.
2. Install dependencies with `npm install` and `bundle install`
3. Run `make`
4. Open `examples/index.html`
# Use it.
Don't. Otherwise use browserify with coffeeify and envify.