1.1.2 • Published 10 months ago

@dasa-health/alma-theme v1.1.2

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

Alma Theme

Welcome to Alma Theme, the versatile utility library designed to optimize the look and feel of your web or mobile application. Our library offers you the convenience to create a consistent theme across your platform with ease.

Installation

To get started with Alma Theme, install the package using the following command in your terminal:

yarn add @dasa-health/alma-theme

Usage

Importing in JavaScript

You can easily import Alma Theme in your JavaScript file with the following code:

import { theme, makeTheme } from '@dasa-health/alma-theme';
import type { Theme } from '@dasa-health/alma-theme';

Extending the Theme

Elevate the default theme by customizing it with your own values. Follow the code below to extend your theme:

import { makeTheme } from '@dasa-health/alma-theme';
import { navJSON, dasJSON } from '@dasa-health/alma-tokens';

const myTheme = makeTheme({
  tokens: dasJSON,
  modes: [
    { name: "nav": tokens: navJSON },
    {name: "das", tokens: dasJSON }
  ],
  theme: {
    colors: {
      primary: "brand.primary.60"
    }
  }
});

console.log(myTheme);

Learn More

For more details about Alma Theme, explore our official documentation. Let us help you improve the design experience of your application.

1.1.3-next.10

10 months ago

1.1.2

10 months ago

1.1.3-beta.8

10 months ago

1.1.1

12 months ago

1.1.0

1 year ago

1.0.0

1 year ago

1.0.0-beta.2

1 year ago

1.0.1

2 years ago

1.0.1-beta.2

2 years ago

1.0.0-beta.1

2 years ago

0.0.2-beta.0

2 years ago

1.0.0-next.3210

2 years ago

1.0.0-beta.3193

2 years ago

1.0.0-next.3187

2 years ago

2.0.0-beta.3174

2 years ago

1.0.1-beta.3117

2 years ago

1.0.1-beta.3044

2 years ago

1.0.1-beta.3113

2 years ago

1.0.1-beta.3036

2 years ago

1.0.1-beta.3028

2 years ago

1.0.1-beta.3017

2 years ago

0.0.2-beta.2974

2 years ago

0.0.2-beta.2995

2 years ago

0.0.2-beta.2982

2 years ago

1.0.1-beta.3014

2 years ago

0.0.1

2 years ago