2.0.11 • Published 8 years ago

react-atoms v2.0.11

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

react-atoms

Build Status

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

ui-harness


License: MIT

2.0.11

8 years ago

2.0.10

8 years ago

2.0.9

8 years ago

2.0.8

8 years ago

2.0.7

8 years ago

2.0.6

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.14

8 years ago

1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago