0.22.1 • Published 4 years ago

latitude-design-system v0.22.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Latitude Design System

Installation

npm install --save latitude-design-system @emotion/core

Install the fonts that your theme needs. For example, if you are using the default theme:

npm install --save typeface-{montserrat,roboto}

Usage

import React from "react";
import { ThemeProvider, defaultTheme, Text } from "latitude-design-system";
import "typeface-montserrat";
import "typeface-roboto";

function App() {
  return (
    <ThemeProvider theme={defaultTheme}>
      <Text>Hello World</Text>
    </ThemeProvider>
  );
}

export default App;

Developing the Design System locally

1. npm install
2. cd website
3. npm install
4. npm start
0.22.1

4 years ago

0.22.0

4 years ago

0.21.4

4 years ago

0.21.3

4 years ago

0.21.2

4 years ago

0.21.1

4 years ago

0.21.0

4 years ago

0.20.2

4 years ago

0.20.1

4 years ago

0.19.0

4 years ago

0.20.0

4 years ago

0.18.0

4 years ago

0.17.0

4 years ago

0.16.3

4 years ago

0.16.2

4 years ago