Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Correct Readme instructions how to customize the UI #286

Merged
merged 1 commit into from
Apr 28, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,14 @@ You can use matrix-react-sdk directly, but to do this you would have to provide
How to customise the SDK
========================

The SDK uses the 'atomic' design pattern as seen at http://patternlab.io to
The SDK formerly used the 'atomic' design pattern as seen at http://patternlab.io to
encourage a very modular and reusable architecture, making it easy to
customise and use UI widgets independently of the rest of the SDK and your app.

So unfortunately at the moment this document does not describe how to customize your UI!

###This is the old description for the atomic design pattern:

In practice this means:

* The UI of the app is strictly split up into a hierarchy of components.
Expand Down