0.3.1 • Published 10 months ago

@gojek/theme-asphalt-web-vela v0.3.1

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

Asphalt Web Vela theme

Asphalt Web Vela theme

Installation

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

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

Basic usage with <ThemeProvider>

import ThemeProvider from "@asphalt-react/theme-provider";
import { vela } from "@gojek/theme-asphalt-web-vela";
import { Button } from "@asphalt-react/button";

export const App = () => {
  return (
    <ThemeProvider theme={vela}>
      <h2>Themed App</h2>
      <Button>Hello</Button>
    </ThemeProvider>
  );
};
0.3.1

10 months ago

0.3.0

10 months ago

0.2.0

10 months ago

0.1.1

11 months ago

0.1.0

1 year ago