0.4.3 • Published 4 years ago

@12emake/design-system v0.4.3

Weekly downloads
41
License
MIT
Repository
-
Last release
4 years ago

@12emake/design-system

Design system

NPM JavaScript Style Guide

Getting started

npm

To install and save in your package.json dependencies, run:

// with npm
npm install --save @12emake/design-system

// with yarn
yarn add @12emake/design-system

Add required fonts in index.html

// Roboto Font
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />

// Font Icons
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />

Storybook

https://victortrinh.github.io/design-system/

Example of usage

import React, { Component } from 'react'

import MyComponent from '@12emake/design-system'
import '@12emake/design-system/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © victortrinh

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.3.9

4 years ago

0.3.8

4 years ago

0.4.0

4 years ago

0.3.7

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.13

5 years ago

0.2.12

5 years ago

0.2.11

5 years ago

0.2.10

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.9

5 years ago

0.2.8

5 years ago

0.2.5

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.4

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.7

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

1.0.1

5 years ago

0.1.2

5 years ago

1.0.0

5 years ago