0.7.25 • Published 3 months ago

mainstack-design-system v0.7.25

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

Storybook Documentation

To view the design system documentation, visit this link.

Usage

Install the design system

yarn add mainstack-design-system

Add the Design system provider to your root file

import { MainstackProvider } from "mainstack-design-system";

 <MainstackProvider>
  <App/>
</MainstackProvider>

Components

Components can be used by importing from the 'mainstack-design-system directory. For example:

import { Button } from 'mainstack-design-system';

Icons

Icons are imported from the 'mainstack-design-system directory. For example:

import { ArrowRightIcon } from 'mainstack-design-system';

Colors

Colors are imported from the mainstack-design-system directory. For example:

 import {Colors} from "mainstack-design-system";

 <Text color={Colors.black300}>Hello World</Text>

Contributing

Installing the application (as a developer) is simple in the following steps:

  • Access and Clone this repository
git clone git clone https://github.com/The-Mainstack/mainstack-design-system.git && cd [repo-name]
  • Make your forked repo the remote upstream (at origin)
git remote add origin https://github.com/The-Mainstack/mainstack-design-system.git
  • Navigate into the cloned directory and install dependencies with Yarn
yarn add
  • Make a duplicate of the env file and update its content accordingly. Most times, this is just fine with no update.
cp .env.sample .env
yarn dev

To run storybook, run the following command:

yarn storybook

To Publish to NPM, run the following command:

 npm publish --access public

0.7.22

5 months ago

0.7.21

5 months ago

0.7.24

3 months ago

0.7.23

4 months ago

0.7.20

5 months ago

0.7.25

3 months ago

0.7.11

7 months ago

0.7.10

7 months ago

0.7.9

7 months ago

0.7.13

6 months ago

0.7.12

7 months ago

0.7.19

5 months ago

0.7.18

5 months ago

0.7.15

6 months ago

0.7.14

6 months ago

0.7.17

6 months ago

0.7.16

6 months ago

0.7.6

8 months ago

0.7.5

8 months ago

0.7.8

8 months ago

0.7.4

8 months ago

0.6.7

9 months ago

0.6.6

9 months ago

0.6.9

8 months ago

0.6.8

8 months ago

0.7.1

8 months ago

0.6.3

9 months ago

0.6.2

10 months ago

0.6.5

9 months ago

0.6.4

9 months ago

0.4.9

12 months ago

0.4.8

12 months ago

0.5.4

11 months ago

0.5.3

11 months ago

0.5.6

11 months ago

0.5.5

11 months ago

0.5.0

12 months ago

0.5.2

11 months ago

0.5.1

11 months ago

0.5.8

10 months ago

0.5.7

11 months ago

0.3.9

1 year ago

0.5.9

10 months ago

0.4.5

1 year ago

0.4.4

1 year ago

0.4.7

1 year ago

0.4.6

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.6.1

10 months ago

0.4.3

1 year ago

0.6.0

10 months ago

0.4.2

1 year ago

0.3.8

1 year ago

0.3.7

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.4

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.1.3

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.1

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.0

1 year ago