1.7.11 • Published 4 years ago

oc-uniform v1.7.11

Weekly downloads
28
License
ISC
Repository
github
Last release
4 years ago

Uniform Design System (UDS)

UDS is a living, breathing product. Designed to convey Open College's visual language and promote product consistency across a wide range of contexts and technologies.

UDS' aim is to deliver reusable components and front-end patterns that ensure efficient implementation and a unified user experience. Improving build times and reducing user's cognitive load by minimising product inconsistencies.

Live demo

To view a live demo of UDS, check out the Uniform Staging Environment.

License

Uniform Design System is released under the MIT License.

Copyright © 2018–2019 Open Colleges Pty Ltd

Copyright © 2018–2019 The Uniform Authors

Installation

Install UDS using npm.

npm install oc-uniform --save

Usage

// UDS components
import { OCHeading, OCCopy } from 'oc-uniform';

// UDS styles
import 'oc-uniform/dist/heading.css';
import 'oc-uniform/dist/copy.css';

// Your component
const Header = () => {
  return (
    <header role="banner">
      <OCHeading>Hello world!</OCHeading>
      <OCCopy>I'm an Open Colleges product...</OCCopy>
    </header>
  );
};

Output

<header role="banner">
  <h1 class="oc-h1">Hello world!</h1>
  <p class="oc-p">I'm an Open Colleges product...</p>
</header>

Extended documentation

Check out the Uniform Wiki for more examples and in-depth documentation.

1.7.11

4 years ago

1.7.10

4 years ago

1.7.9

4 years ago

1.7.8

4 years ago

1.7.7

4 years ago

1.7.6

4 years ago

1.7.5

4 years ago

1.7.4

4 years ago

1.7.3

4 years ago

1.7.2

4 years ago

1.7.1

5 years ago

1.7.0

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.13

5 years ago

1.3.12

5 years ago

1.3.11

5 years ago

1.3.10

5 years ago

1.3.9

5 years ago

1.3.8

5 years ago

1.3.7

5 years ago

1.3.6

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.5

5 years ago