0.4.1 • Published 10 months ago

@gojek/theme-asphalt-web-carina v0.4.1

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

@gojek/theme-asphalt-web-carina

Asphalt Web Carina theme. This theme uses "#07addc" as the brand color.

Installation

// npm
$ npm install @gojek/theme-asphalt-web-carina

// yarn
$ yarn add @gojek/theme-asphalt-web-carina

Usage with <ThemeProvider>

import ThemeProvider from "@asphalt-react/theme-provider";
import { carina } from "@gojek/theme-asphalt-web-carina";
import { PageFlag } from "@asphalt-react/flag";

export const App = () => {
  return (
    <ThemeProvider theme={carina}>
      <PageFlag title="theming">I am themed</PageFlag>
    </ThemeProvider>
  );
};
0.4.1

10 months ago

0.4.0

10 months ago

0.3.0

10 months ago

0.2.2

11 months ago

0.2.1

1 year ago

0.1.0

2 years ago

0.2.0

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago