Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
/ react-atoms Public archive

Low level react components (the 'atoms' of larger UI structures).

License

Notifications You must be signed in to change notification settings

philcockfield/react-atoms

Repository files navigation

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

About

Low level react components (the 'atoms' of larger UI structures).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published