0.1.3 • Published 2 years ago

brink-components v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Brink Components

React components of Brink design system.

Packages and tools

We are using:

What is inside this project

Components

Contain all reusable components used throughout Brink apps.

Structure

Following folder structure is enforced:

├── components
│   ├── ComponentName
│   │   ├── ComponentName.tsx
│   │   ├── ComponentName.spec.tsx
│   │   ├── ComponentName.stories.tsx

Exporting components

All components are exported in index.tsx file.

Stories

Storybook files not connected to a particular component, eg. colors preview.

Styles

Styles and theme related files, eg. MUI theme setup.