Socket
Book a DemoInstallSign in
Socket

latitude-design-system

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

latitude-design-system

Latitude Design System

latest
npmnpm
Version
0.22.1
Version published
Maintainers
1
Created
Source

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

Keywords

design-system

FAQs

Package last updated on 06 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts