Skip to content

Get-MARKS/design-system

Repository files navigation

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;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published