2.0.11 • Published 9 years ago
react-atoms v2.0.11
react-atoms
Low level react components (the 'atoms' of larger UI structures).
Source vs. Transpiled Files
The source ES6 (ES2015) files are housed within the /src
folder.
These are built using babel into corresponding folder(s) at the root of the project using gulp build
.
There is no master index.js
to the library allowing selective inclusion of components via require/import
statements
so that unused code is not included into the consuming project, eg:
var AlignmentContainer = require("react-atoms/components/AlignmentContainer");
or
import AlignmentContainer from "react-atoms/components/AlignmentContainer";
Explore in the UIHarness
git clone https://github.com/philcockfield/react-atoms.git
cd react-atoms
npm install
npm start
License: MIT
2.0.11
9 years ago
2.0.10
9 years ago
2.0.9
9 years ago
2.0.8
9 years ago
2.0.7
9 years ago
2.0.6
9 years ago
2.0.5
9 years ago
2.0.4
9 years ago
2.0.3
9 years ago
2.0.2
9 years ago
2.0.1
9 years ago
2.0.0
9 years ago
1.0.14
9 years ago
1.0.13
10 years ago
1.0.12
10 years ago
1.0.11
10 years ago
1.0.10
10 years ago
1.0.9
10 years ago
1.0.8
10 years ago
1.0.7
10 years ago
1.0.6
10 years ago
1.0.5
10 years ago