1.5.0 • Published 1 year ago

@mathongo/design-system v1.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

MARKS Design System

Available Scripts

Build the library

yarn rollup

Publish the library

yarn publish

Run tests

yarn test

Run storybook locally

yarn storybook

Build storybook

yarn build-storybook

Installing Package

yarn add https://github.com/Get-MARKS/design-system.git

Creating Components

yarn generate ComponentName

Using Your Library

import React from "react";
import { Button } from "@mathongo/design-system";


function App() {
	return <Button type="primary" size="medium" > Button <Button/>;
}

export default App;
1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago