3.18.0 • Published 5 years ago

@uptake/design-system v3.18.0

Weekly downloads
32
License
MIT
Repository
-
Last release
5 years ago

Design System

Background

The Uptake design system is a repository of components and utilities within a shared user experience. The design system is provided to consumers in CSS and SASS formats with documentation on usage.

Install the dependency: npm install --save @uptake/design-system

Example: Load the design system with the light theme in your repository's base directory.

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>My Uptake App</title>

        <link href="node_modules/@uptake/design-system/dist/design-system.css" rel="stylesheet">
    </head>
    <body class="up-ds-theme up-ds-theme--light">
        <h1 class="up-ds-type up-ds-type--regular-heading-l">Hello World</h1>
    </body>
</html>

Documentation

Documentation of available components, elements, and templates available at http://designsystem.platform.uptake.com.

3.18.0

5 years ago

3.17.1

5 years ago

3.15.0

5 years ago

3.14.1

5 years ago

3.14.0

5 years ago

3.11.2

5 years ago

3.11.1

5 years ago

3.11.0

5 years ago

3.10.0

5 years ago

3.9.2

5 years ago

3.9.1

5 years ago

3.8.0

5 years ago

3.7.0

5 years ago

3.6.0

5 years ago

3.5.0

5 years ago

3.4.0

5 years ago

3.3.4

5 years ago

3.3.3

5 years ago

3.3.2

5 years ago

3.3.1

5 years ago

3.3.0

5 years ago

3.2.0

5 years ago

3.1.2

5 years ago

3.1.1

5 years ago

3.1.0

5 years ago

3.0.5

5 years ago

3.0.4

5 years ago

3.0.3

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

3.0.0-alpha7

5 years ago

3.0.0-alpha6

5 years ago

3.0.0-alpha5

5 years ago

3.0.0-alpha4

5 years ago

3.0.0-alpha3

5 years ago

3.0.0-alpha1

5 years ago