@salesboost/malta

Salesboost UI library built with Styled-component

Usage no npm install needed!

<script type="module">
  import salesboostMalta from 'https://cdn.skypack.dev/@salesboost/malta';
</script>

README

malta

Salesboost UI library built with styled-component

style: styled-components CircleCI npm dependencies devDependencies PRs Welcome salesboost

Install

yarn add @salesboost/malta
npm install --save @salesboost/malta

Usage

import { Flex, Text } from "@salesboost/malta";

Development

1. clone this repository to your computer

$ git clone git@github.com:salesboostio/malta.git


2. install package dependencies

$ cd malta && yarn


3. run playground local server

$ cd docs && yarn
$ yarn start