Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgraichen/molecule
Collection of React/SASS UI molecules to assemble higher level components.
https://github.com/jgraichen/molecule
Last synced: 3 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T16:34:53.000Z (over 2 years ago)
- Last Synced: 2024-07-18T03:45:24.155Z (4 months 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
[![Build Status](https://travis-ci.org/jgraichen/molecule.svg?branch=master)](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.