1.12.4 • Published 1 year ago

design-system-tracktor v1.12.4

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

Tracktor design system

A design system React library

The library is based on MUI Core

Features

  • 📦 React - v18+ with Hooks
  • ⚡️ Vite - Next Generation Frontend Tooling
  • 📐 ESLint - Code analyzer
  • 🚀 Vitest - A Vite native unit test framework. It's fast!
  • 🛠️ React Testing Library - React DOM testing utilities
  • 💅 Emotion CSS - Writing css styles with JavaScript
  • 🐶 Husky - Modern native git hooks made easy

Installation

yarn add design-system-tracktor

Usage

Provide the theme

Put <ThemeProvider> around your application. Custom theme can be provided as prop theme={YOUR_CUSTOM_THEME}

import { Button, ThemeProvider } from "design-system-tracktor";

const App = () => (
  <ThemeProvider>
    <Button>Text</Button>
  </ThemeProvider>
);

export default App;

Docs

Storybook

Start storybook

yarn storybook

Or you can start storybook with docker

docker-compose up

Open http://localhost:6006 to view it in the browser.

Local installation

Clone the repository and install dependencies

yarn install

Available Scripts

In the project directory, you can run:

yarn dev

Runs the app in the development mode.\ Open http://localhost:5173 to view it in the browser.

The page will reload if you make edits.\ You will also see any lint errors in the console.

yarn build

Builds the library for production to the dist folder.\ It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

See the section about deployment for more information.

yarn preview

Locally preview production build

Convention

1.12.3

1 year ago

1.12.2

1 year ago

1.12.1

1 year ago

1.12.0

1 year ago

1.12.4

1 year ago

1.8.2

1 year ago

1.6.4

1 year ago

1.8.1

1 year ago

1.6.3

1 year ago

1.8.0

1 year ago

1.6.2

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.2.2

1 year ago

1.9.4

1 year ago

1.9.3

1 year ago

1.9.2

1 year ago

1.11.0

1 year ago

1.9.1

1 year ago

1.9.0

1 year ago

1.7.2

1 year ago

1.7.1

1 year ago

1.7.0

1 year ago

1.5.2

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.8.9

1 year ago

1.8.10

1 year ago

1.8.8

1 year ago

1.8.7

1 year ago

1.8.6

1 year ago

1.8.5

1 year ago

1.8.4

1 year ago

1.8.3

1 year ago

1.6.5

1 year ago

1.10.0

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.1.5

1 year ago

1.0.6

2 years ago

1.1.4

1 year ago

1.1.3

1 year ago

1.2.1

1 year ago

1.1.2

1 year ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.12

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago