Skip to content

mia-platform/design-system

Repository files navigation

logo

Mia Platform Design System

React graphical components designed by Mia Platform

NPM publish CI javascript style guide
Coverage Status Storybook

Explore our graphical components using Storybook.

Install

⚠️ At the moment, the package is published only internally in Mia-Platform. We will release it on public npm soon.

yarn add @mia-platform-internal/console-design-system-react

Usage

import React from 'react'
import {Button} from '@mia-platform-internal/console-design-system-react'

const Example = () => {
  return (
    <Button />
  )
}

Local Development

For local development, you can run:

yarn install # install all dependencies

Then, run Storybook:

yarn storybook

To run tests:

yarn test

License

All files under the src folder must have the license boilerplate attached to files. This is checked by CI. To automate it, you can install addlicense and run:

yarn addlicense