4.6.0 • Published 1 year ago

@testboxlab/design-system v4.6.0

Weekly downloads
166
License
UNLICENSED
Repository
github
Last release
1 year ago

TestBox Design System

The purpose of the design system is to enable the business to have consistent branding and UX across all facets of the application.

Using the design system

To use the design system in your repo, simply...

yarn add @testboxlab/design-system

npm i @testboxlab/design-system

Then, you can import all necessary components like so...

import { Button } from "@testboxlab/design-system";

function MyComponent() {
    return <Button />;
}

Make sure you have tree-shaking turned on so your bundle does not bloat with unnecessary component imports.

Contributing to the design system

  1. Clone this repository.
  2. cd design-system
  3. yarn install
  4. yarn storybook

Make sure you export the component in index.ts

The design system will auto-release a new version on merges to the main branch.

In addition, husky will enforce the usage of the Conventional Commit Message. An example commit message is:

feat(button): a new feature for the button
===
fix(button): a fix for the Button
===
docs: some random documentation unrelated to a single component
===
feat(input): new input box

I can also extend the commit message and put more detailed information as long as there is a blank line.
===
feat(input): new input box

BREAKING CHANGE: Something is different about your new input such that any existing implementations will break.
===
feat!(input): same thing as above, something breaks implementations
===

Once your PR is merged into main, a Github Action will detect the correct SemVer to bump the package to and release it.

4.6.0

1 year ago

4.5.0

1 year ago

4.4.1

1 year ago

4.4.0

1 year ago

4.3.4

1 year ago

4.3.2

1 year ago

4.3.1

1 year ago

4.3.3

1 year ago

4.3.0

2 years ago

4.2.5

2 years ago

4.2.4

2 years ago

4.2.7

2 years ago

4.2.6

2 years ago

4.2.9

2 years ago

4.2.8

2 years ago

3.2.4

2 years ago

4.0.0

2 years ago

4.2.3

2 years ago

4.2.2

2 years ago

4.2.1

2 years ago

4.2.0

2 years ago

4.0.0-mui5.3

2 years ago

4.0.0-mui5.4

2 years ago

3.3.0

2 years ago

4.1.0

2 years ago

4.0.0-mui5.5

2 years ago

2.11.0

2 years ago

3.2.2

2 years ago

3.2.1

2 years ago

3.2.0

2 years ago

3.2.3

2 years ago

2.19.0

2 years ago

2.17.0

2 years ago

3.0.0

2 years ago

2.15.0

2 years ago

2.13.0

2 years ago

2.22.1

2 years ago

2.20.0

2 years ago

2.22.0

2 years ago

2.22.3

2 years ago

2.22.2

2 years ago

2.12.0

2 years ago

3.1.3

2 years ago

3.1.2

2 years ago

4.0.0-mui5.1

2 years ago

3.1.1

2 years ago

4.0.0-mui5.2

2 years ago

3.1.0

2 years ago

2.18.0

2 years ago

2.14.1

2 years ago

2.16.0

2 years ago

2.12.1

2 years ago

2.14.0

2 years ago

2.10.4

2 years ago

2.21.0

2 years ago

2.10.3

2 years ago

2.10.1

2 years ago

2.10.2

2 years ago

2.10.0

2 years ago

2.9.2

2 years ago

2.9.1

2 years ago

2.9.3

2 years ago

2.9.0

2 years ago

2.8.1

2 years ago

2.8.0

2 years ago

2.8.3

2 years ago

2.8.2

2 years ago

2.7.0

3 years ago

2.6.2

3 years ago

2.6.1

3 years ago

2.6.0

3 years ago

2.5.0

3 years ago

2.4.4

3 years ago

2.4.3

3 years ago

2.4.2

3 years ago

2.4.1

3 years ago

2.3.0

3 years ago

2.3.2

3 years ago

2.4.0

3 years ago

2.3.1

3 years ago

2.2.0

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

1.13.2

3 years ago

1.13.1

3 years ago

1.13.0

3 years ago

1.12.0

3 years ago

1.13.3

3 years ago

2.0.0

3 years ago

1.11.0

3 years ago

1.10.2

3 years ago

1.9.1

3 years ago

1.8.2

3 years ago

1.9.0

3 years ago

1.8.1

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.9.3

3 years ago

1.9.2

3 years ago

1.10.1

3 years ago

1.10.0

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago